| Index: third_party/WebKit/Source/core/frame/Frame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/Frame.h b/third_party/WebKit/Source/core/frame/Frame.h
|
| index ba5e83ec3c74373ebf099c4c7e0c0a2c61fe3085..e5f10a51efdc798bf53c0f9c21d0b3be69db35f2 100644
|
| --- a/third_party/WebKit/Source/core/frame/Frame.h
|
| +++ b/third_party/WebKit/Source/core/frame/Frame.h
|
| @@ -41,7 +41,6 @@ namespace blink {
|
|
|
| class ChromeClient;
|
| class DOMWindow;
|
| -class DOMWrapperWorld;
|
| class Document;
|
| class FrameClient;
|
| class FrameHost;
|
| @@ -53,7 +52,6 @@ class KURL;
|
| class Page;
|
| class SecurityContext;
|
| class Settings;
|
| -class WindowProxy;
|
| class WindowProxyManagerBase;
|
| struct FrameLoadRequest;
|
|
|
| @@ -74,8 +72,6 @@ class CORE_EXPORT Frame : public GarbageCollectedFinalized<Frame> {
|
| virtual bool isLocalFrame() const = 0;
|
| virtual bool isRemoteFrame() const = 0;
|
|
|
| - virtual WindowProxy* windowProxy(DOMWrapperWorld&) = 0;
|
| -
|
| virtual void navigate(Document& originDocument,
|
| const KURL&,
|
| bool replaceCurrentItem,
|
|
|