Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / animation / Keyframe.h
index e1caf5f..8387008 100644 (file)
@@ -12,7 +12,7 @@
 
 namespace blink {
 
-typedef HashSet<CSSPropertyID> PropertySet;
+using PropertySet = HashSet<CSSPropertyID>;
 
 class Element;