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