| Index: Source/web/WebRemoteFrameImpl.h
|
| diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h
|
| index 43240f12ee946f310d47668a0495f40a1625f0f8..f42b3c782e7e2113b780a866761fbe82d470e0bf 100644
|
| --- a/Source/web/WebRemoteFrameImpl.h
|
| +++ b/Source/web/WebRemoteFrameImpl.h
|
| @@ -175,9 +175,9 @@ public:
|
| virtual WebLocalFrame* createLocalChild(const WebString& name, WebFrameClient*) OVERRIDE;
|
| virtual WebRemoteFrame* createRemoteChild(const WebString& name, WebFrameClient*) OVERRIDE;
|
|
|
| - void initializeWebCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name);
|
| + void initializeCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name);
|
|
|
| - void setWebCoreFrame(PassRefPtr<RemoteFrame>);
|
| + void setCoreFrame(PassRefPtr<RemoteFrame>);
|
| RemoteFrame* frame() const { return m_frame.get(); }
|
|
|
| static WebRemoteFrameImpl* fromFrame(RemoteFrame&);
|
|
|