| Index: Source/core/page/Page.h
|
| diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
|
| index 07206484f9020bd8f182b763439958b2181bd63b..10e6ef967ff2477e6e09aeb6939458ae542b0c87 100644
|
| --- a/Source/core/page/Page.h
|
| +++ b/Source/core/page/Page.h
|
| @@ -254,7 +254,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 OwnPtrWillBeMember<PointerLockController> m_pointerLockController;
|
| OwnPtr<ScrollingCoordinator> m_scrollingCoordinator;
|
| const OwnPtrWillBeMember<UndoStack> m_undoStack;
|
|
|