| Index: Source/core/frame/FrameHost.h | 
| diff --git a/Source/core/frame/FrameHost.h b/Source/core/frame/FrameHost.h | 
| index ce95110e2e91215e4a6a5098a934433c53c4daf5..cb6285d41c89813f1066fa7d74540375fa985a8a 100644 | 
| --- a/Source/core/frame/FrameHost.h | 
| +++ b/Source/core/frame/FrameHost.h | 
| @@ -109,7 +109,7 @@ private: | 
| RawPtrWillBeMember<Page> m_page; | 
| const OwnPtrWillBeMember<TopControls> m_topControls; | 
| const OwnPtr<PageScaleConstraintsSet> m_pageScaleConstraintsSet; | 
| -    const OwnPtr<PinchViewport> m_pinchViewport; | 
| +    const OwnPtrWillBeMember<PinchViewport> m_pinchViewport; | 
| const OwnPtrWillBeMember<EventHandlerRegistry> m_eventHandlerRegistry; | 
| const OwnPtrWillBeMember<ConsoleMessageStorage> m_consoleMessageStorage; | 
|  | 
|  |