| Index: Source/core/editing/FrameSelectionTest.cpp
|
| diff --git a/Source/core/editing/FrameSelectionTest.cpp b/Source/core/editing/FrameSelectionTest.cpp
|
| index 663f75739e0e3dbb3a5772e99fb37638a3d08196..341eff15dfadb4bc0bda10d5e856b0993215eb2d 100644
|
| --- a/Source/core/editing/FrameSelectionTest.cpp
|
| +++ b/Source/core/editing/FrameSelectionTest.cpp
|
| @@ -35,7 +35,7 @@ protected:
|
|
|
| private:
|
| OwnPtr<DummyPageHolder> m_dummyPageHolder;
|
| - RawPtr<HTMLDocument> m_document;
|
| + RawPtrWillBePersistent<HTMLDocument> m_document;
|
| RefPtrWillBePersistent<Text> m_textNode;
|
| };
|
|
|
|
|