| Index: Source/core/frame/RemoteFrame.h
|
| diff --git a/Source/core/frame/RemoteFrame.h b/Source/core/frame/RemoteFrame.h
|
| index 3818f6365f646c94543612395d84bfc2fd328312..1f8ec6dd88bdcb89ae63dd9da940341a6f95e748 100644
|
| --- a/Source/core/frame/RemoteFrame.h
|
| +++ b/Source/core/frame/RemoteFrame.h
|
| @@ -22,7 +22,7 @@ public:
|
| // Frame overrides:
|
| void trace(Visitor*) override;
|
| virtual bool isRemoteFrame() const override { return true; }
|
| - virtual LocalDOMWindow* domWindow() const override { return 0; }
|
| + virtual DOMWindow* domWindow() const override { return 0; }
|
| virtual void navigate(Document& originDocument, const KURL&, bool lockBackForwardList) override;
|
| virtual void detach() override;
|
|
|
|
|