| Index: Source/core/page/Page.h
|
| diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
|
| index 34c94e75edb0fdf3d01a925c64a2171cd344076b..2074c31fb17c884d95adf96fe74f9af6a9bd4ec4 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;
|
|
|