Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / timing / PerformanceUserTiming.h
index d342877..9fab04a 100644 (file)
@@ -42,7 +42,7 @@ class Performance;
 class PerformanceEntry;
 
 typedef unsigned long long (PerformanceTiming::*NavigationTimingFunction)() const;
-typedef WillBeHeapHashMap<String, PerformanceEntryVector> PerformanceEntryMap;
+using PerformanceEntryMap = WillBeHeapHashMap<String, PerformanceEntryVector>;
 
 class UserTiming : public RefCountedWillBeGarbageCollected<UserTiming> {
 public: