| 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 34e0e484bdb8bd8db3f9afcd341ea1f2fcc0a20b..9a3c46369aef2065ab57a9ebbc29ae5c23a16a34 100644
|
| --- a/third_party/WebKit/Source/core/frame/PerformanceMonitor.h
|
| +++ b/third_party/WebKit/Source/core/frame/PerformanceMonitor.h
|
| @@ -120,6 +120,7 @@ class CORE_EXPORT PerformanceMonitor final
|
| void didProcessTask(scheduler::TaskQueue*,
|
| double startTime,
|
| double endTime) override;
|
| + void onBeginNestedMessageLoop() override {}
|
| void willExecuteScript(ExecutionContext*);
|
| void didExecuteScript();
|
|
|
|
|