| Index: Source/web/WebLocalFrameImpl.h
|
| diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
|
| index 4993b76c5ffdf104bd0526a31dc8022dea069697..1390ea3634c4cfbc2557edc953d4fa04a5a779b3 100644
|
| --- a/Source/web/WebLocalFrameImpl.h
|
| +++ b/Source/web/WebLocalFrameImpl.h
|
| @@ -234,8 +234,7 @@ public:
|
| static WebLocalFrameImpl* create(WebFrameClient*);
|
| virtual ~WebLocalFrameImpl();
|
|
|
| - // Called by the WebViewImpl to initialize the main frame for the page.
|
| - void initializeAsMainFrame(WebCore::Page*);
|
| + PassRefPtr<WebCore::LocalFrame> initializeWebCoreFrame(WebCore::FrameHost*, WebCore::FrameOwner*, const AtomicString& name, const AtomicString& fallbackName);
|
|
|
| PassRefPtr<WebCore::LocalFrame> createChildFrame(
|
| const WebCore::FrameLoadRequest&, WebCore::HTMLFrameOwnerElement*);
|
| @@ -311,8 +310,6 @@ public:
|
| // Invalidates both content area and the scrollbar.
|
| void invalidateAll() const;
|
|
|
| - PassRefPtr<WebCore::LocalFrame> initializeAsChildFrame(WebCore::FrameHost*, WebCore::FrameOwner*, const AtomicString& name, const AtomicString& fallbackName);
|
| -
|
| private:
|
| friend class FrameLoaderClientImpl;
|
|
|
|
|