Index: third_party/WebKit/Source/core/frame/PerformanceMonitor.h |
diff --git a/third_party/WebKit/Source/core/frame/PerformanceMonitor.h b/third_party/WebKit/Source/core/frame/PerformanceMonitor.h |
index dd7dca8756996a38f7ec799818add268abaa2b34..b4feb3017a2d440bd986b5843566038f93d4aaaf 100644 |
--- a/third_party/WebKit/Source/core/frame/PerformanceMonitor.h |
+++ b/third_party/WebKit/Source/core/frame/PerformanceMonitor.h |
@@ -120,7 +120,7 @@ class CORE_EXPORT PerformanceMonitor final |
void DidProcessTask(scheduler::TaskQueue*, |
double start_time, |
double end_time) override; |
- void OnBeginNestedMessageLoop() override {} |
+ void OnBeginNestedRunLoop() override {} |
void WillExecuteScript(ExecutionContext*); |
void DidExecuteScript(); |