| Index: Source/web/WebLocalFrameImpl.h
|
| diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
|
| index b17d81afdb554e0e65cf5bc4da20880eaf2ae23b..e788e8733c9627b5d46a097a7615c76c517e8e2b 100644
|
| --- a/Source/web/WebLocalFrameImpl.h
|
| +++ b/Source/web/WebLocalFrameImpl.h
|
| @@ -248,7 +248,7 @@ public:
|
| void willBeDetached();
|
| void willDetachParent();
|
|
|
| - static WebLocalFrameImpl* create(WebFrameClient*);
|
| + static WebLocalFrameImpl* create(WebTreeScopeType, WebFrameClient*);
|
| virtual ~WebLocalFrameImpl();
|
|
|
| PassRefPtrWillBeRawPtr<LocalFrame> initializeCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name, const AtomicString& fallbackName);
|
| @@ -340,7 +340,7 @@ public:
|
| private:
|
| friend class FrameLoaderClientImpl;
|
|
|
| - explicit WebLocalFrameImpl(WebFrameClient*);
|
| + WebLocalFrameImpl(WebTreeScopeType, WebFrameClient*);
|
|
|
| // Sets the local core frame and registers destruction observers.
|
| void setCoreFrame(PassRefPtrWillBeRawPtr<LocalFrame>);
|
|
|