| Index: Source/web/WebLocalFrameImpl.h
|
| diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
|
| index 28b1dc0ec02b015770fcb09ddca6c1c837d2f877..4993b76c5ffdf104bd0526a31dc8022dea069697 100644
|
| --- a/Source/web/WebLocalFrameImpl.h
|
| +++ b/Source/web/WebLocalFrameImpl.h
|
| @@ -103,11 +103,6 @@ public:
|
| virtual bool hasVerticalScrollbar() const OVERRIDE;
|
| virtual WebView* view() const OVERRIDE;
|
| virtual void setOpener(WebFrame*) OVERRIDE;
|
| - virtual void appendChild(WebFrame*) OVERRIDE;
|
| - virtual void removeChild(WebFrame*) OVERRIDE;
|
| - virtual WebFrame* traversePrevious(bool wrap) const OVERRIDE;
|
| - virtual WebFrame* traverseNext(bool wrap) const OVERRIDE;
|
| - virtual WebFrame* findChildByName(const WebString&) const OVERRIDE;
|
| virtual WebDocument document() const OVERRIDE;
|
| virtual WebPerformance performance() const OVERRIDE;
|
| virtual bool dispatchBeforeUnloadEvent() OVERRIDE;
|
| @@ -250,6 +245,7 @@ public:
|
| void createFrameView();
|
|
|
| static WebLocalFrameImpl* fromFrame(WebCore::LocalFrame*);
|
| + static WebLocalFrameImpl* fromFrame(WebCore::LocalFrame&);
|
| static WebLocalFrameImpl* fromFrameOwnerElement(WebCore::Element*);
|
|
|
| // If the frame hosts a PluginDocument, this method returns the WebPluginContainerImpl
|
|
|