| 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 a3891431bf5ebec48aa7d4a2d7d073ccbc4bbefd..e2471d3a05ee614ed357714cb4719a70aa3109ce 100644
|
| --- a/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h
|
| @@ -51,6 +51,8 @@ public:
|
| void enable(ErrorString*) override;
|
| void disable(ErrorString*) override;
|
|
|
| + void didClearDocumentOfWindowObject(LocalFrame*);
|
| +
|
| private:
|
| PageRuntimeAgent(Client*, V8RuntimeAgent*, InspectedFrames*);
|
|
|
|
|