| Index: Source/core/page/Page.h
|
| diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
|
| index a34e7cf6732344c867ee4bae5e14361d09357b5c..07206484f9020bd8f182b763439958b2181bd63b 100644
|
| --- a/Source/core/page/Page.h
|
| +++ b/Source/core/page/Page.h
|
| @@ -257,7 +257,7 @@ private:
|
| const OwnPtr<InspectorController> m_inspectorController;
|
| const OwnPtrWillBeMember<PointerLockController> m_pointerLockController;
|
| OwnPtr<ScrollingCoordinator> m_scrollingCoordinator;
|
| - const OwnPtr<UndoStack> m_undoStack;
|
| + const OwnPtrWillBeMember<UndoStack> m_undoStack;
|
|
|
| RefPtr<Frame> m_mainFrame;
|
|
|
|
|