| 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 e84cdabc262b1f79297278ee84405a3bce6262bb..439442796dcaac53b3e79f2d45df0d4145058403 100644
|
| --- a/third_party/WebKit/Source/core/frame/Frame.h
|
| +++ b/third_party/WebKit/Source/core/frame/Frame.h
|
| @@ -156,7 +156,7 @@ class CORE_EXPORT Frame : public GarbageCollectedFinalized<Frame> {
|
| bool isFeatureEnabled(WebFeaturePolicyFeature) const;
|
|
|
| protected:
|
| - Frame(FrameClient*, Page*, FrameOwner*, WindowProxyManager*);
|
| + Frame(FrameClient*, Page&, FrameOwner*, WindowProxyManager*);
|
|
|
| mutable FrameTree m_treeNode;
|
|
|
|
|