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 9a667ff892bd621df6ee95e5682a8927f3339a14..7679eb1b969c821d716130c75f50b10f8ac35d39 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(); |