| Index: third_party/WebKit/Source/core/timing/PerformanceUserTiming.cpp
|
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceUserTiming.cpp b/third_party/WebKit/Source/core/timing/PerformanceUserTiming.cpp
|
| index fcf0013f3346d64afc591acb2bd352b11378e741..2e9a405af576096da2cc26d2d2d16a8e59ccbbc0 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceUserTiming.cpp
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceUserTiming.cpp
|
| @@ -100,7 +100,7 @@ static void clearPeformanceEntries(PerformanceEntryMap& performanceEntryMap,
|
| }
|
|
|
| if (performanceEntryMap.contains(name))
|
| - performanceEntryMap.remove(name);
|
| + performanceEntryMap.erase(name);
|
| }
|
|
|
| PerformanceEntry* UserTiming::mark(const String& markName,
|
|
|