| 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 560df7b17e8a15037b330602047c6f82fdfa7e21..7f4c083d2fe2973cade19a7b101534f493dc2881 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -352,6 +352,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 {}
|
|
|