| Index: third_party/WebKit/public/web/WebFrame.h
 | 
| diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h
 | 
| index 7bc00ff02810046fd6dd5db06bf805eb27875c33..4c182eb85fc7395f607d1ebbd9b9f6b01bffbd82 100644
 | 
| --- a/third_party/WebKit/public/web/WebFrame.h
 | 
| +++ b/third_party/WebKit/public/web/WebFrame.h
 | 
| @@ -261,14 +261,6 @@ public:
 | 
|  
 | 
|      // Scripting ----------------------------------------------------------
 | 
|  
 | 
| -    // Returns a NPObject corresponding to this frame's DOMWindow.
 | 
| -    virtual NPObject* windowObject() const = 0;
 | 
| -
 | 
| -    // Binds a NPObject as a property of this frame's DOMWindow.
 | 
| -    virtual void bindToWindowObject(const WebString& name, NPObject*) = 0;
 | 
| -    virtual void bindToWindowObject(
 | 
| -        const WebString& name, NPObject*, void*) = 0;
 | 
| -
 | 
|      // Executes script in the context of the current page.
 | 
|      virtual void executeScript(const WebScriptSource&) = 0;
 | 
|  
 | 
| 
 |