| 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 480b8f77d1dd496c457d24b97dd0b2219285aa1c..beef5a4e447d6ad5e26a49b5b741ec01a009ea52 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| @@ -46,9 +46,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,
|
|
|