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