| Index: third_party/WebKit/Source/core/loader/EmptyClients.h
|
| diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| index 24f7fcb9d660981f62054cb1325d0ff07b902712..e58c8ebf8f3df983360a00d2b1489cf0c89e2a81 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -349,6 +349,7 @@ class CORE_EXPORT EmptyFrameLoaderClient : public FrameLoaderClient {
|
| void documentElementAvailable() override {}
|
| void runScriptsAtDocumentElementAvailable() override {}
|
| void runScriptsAtDocumentReady(bool) override {}
|
| + void runScriptsAtDocumentIdle() override {}
|
|
|
| void didCreateScriptContext(v8::Local<v8::Context>,
|
| int worldId) override {}
|
|
|