| Index: third_party/WebKit/Source/core/frame/FrameHost.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameHost.h b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| index 9b7939db05c43313bd38cbd67ef82ce2eef5a25f..9b3bc0627c2e99c2750842c9c3e19cae27f09a0b 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameHost.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| @@ -114,7 +114,6 @@ class CORE_EXPORT FrameHost final
|
|
|
| const Member<Page> m_page;
|
| const Member<BrowserControls> m_browserControls;
|
| - const std::unique_ptr<PageScaleConstraintsSet> m_pageScaleConstraintsSet;
|
| const Member<VisualViewport> m_visualViewport;
|
| const Member<OverscrollController> m_overscrollController;
|
| const Member<EventHandlerRegistry> m_eventHandlerRegistry;
|
|
|