| Index: third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/RemoteFrame.h b/third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| index 27ec1189ecc9d6e67d4aaaeae77afc4b115273f8..f2fdbf8263ee678e6ae3606d691a2862d8a16cc4 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| @@ -21,7 +21,7 @@ struct FrameLoadRequest;
|
|
|
| class CORE_EXPORT RemoteFrame final : public Frame {
|
| public:
|
| - static RemoteFrame* create(RemoteFrameClient*, FrameHost*, FrameOwner*);
|
| + static RemoteFrame* create(RemoteFrameClient*, Page*, FrameOwner*);
|
|
|
| ~RemoteFrame() override;
|
|
|
| @@ -57,7 +57,7 @@ class CORE_EXPORT RemoteFrame final : public Frame {
|
| RemoteFrameClient* client() const;
|
|
|
| private:
|
| - RemoteFrame(RemoteFrameClient*, FrameHost*, FrameOwner*);
|
| + RemoteFrame(RemoteFrameClient*, Page*, FrameOwner*);
|
|
|
| // Intentionally private to prevent redundant checks when the type is
|
| // already RemoteFrame.
|
|
|