| Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| index 0088077e5a2dcccf745eb80e547813516af7b4ec..c79a7ca978b492071c625d5fb1cb7891e3034db6 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| @@ -52,9 +52,6 @@ public:
|
| WebPerformance performance() const override;
|
| bool dispatchBeforeUnloadEvent() override;
|
| void dispatchUnloadEvent() override;
|
| - NPObject* windowObject() const override;
|
| - void bindToWindowObject(const WebString& name, NPObject*) override;
|
| - void bindToWindowObject(const WebString& name, NPObject*, void*) override;
|
| void executeScript(const WebScriptSource&) override;
|
| void executeScriptInIsolatedWorld(
|
| int worldID, const WebScriptSource* sources, unsigned numSources,
|
|
|