| Index: third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h b/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h
|
| index 034ffe00c4b7b21061ad79ced534f585c45b468a..17b55273a3f7d9a2ef3bd749dd38c4a5a3473142 100644
|
| --- a/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h
|
| @@ -51,8 +51,6 @@ public:
|
| void enable(ErrorString*) override;
|
| void disable(ErrorString*) override;
|
|
|
| - void didClearDocumentOfWindowObject(LocalFrame*);
|
| -
|
| private:
|
| PageRuntimeAgent(Client*, V8RuntimeAgent*, InspectedFrames*);
|
|
|
|
|