| 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 354c8ebf7e5db455927f439e4a61662ba1e0f39e..f0b11971fa692b8f7c94412a4093b468e75e4c74 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -351,6 +351,7 @@ class CORE_EXPORT EmptyLocalFrameClient : public LocalFrameClient {
|
| void documentElementAvailable() override {}
|
| void runScriptsAtDocumentElementAvailable() override {}
|
| void runScriptsAtDocumentReady(bool) override {}
|
| + void runScriptsAtDocumentIdle() override {}
|
|
|
| void didCreateScriptContext(v8::Local<v8::Context>,
|
| int worldId) override {}
|
|
|