Index: Source/core/page/Page.h |
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h |
index ea88aae813e3cee8db27676b52f52914edaa168f..1e88c9369168deb563c0f2901125079e58803689 100644 |
--- a/Source/core/page/Page.h |
+++ b/Source/core/page/Page.h |
@@ -245,7 +245,7 @@ private: |
const OwnPtrWillBeMember<DragController> m_dragController; |
const OwnPtr<FocusController> m_focusController; |
const OwnPtr<ContextMenuController> m_contextMenuController; |
- const OwnPtr<InspectorController> m_inspectorController; |
+ const OwnPtrWillBeMember<InspectorController> m_inspectorController; |
const OwnPtr<PointerLockController> m_pointerLockController; |
OwnPtr<ScrollingCoordinator> m_scrollingCoordinator; |
const OwnPtr<UndoStack> m_undoStack; |