| Index: third_party/WebKit/Source/web/tests/FrameTestHelpers.h
|
| diff --git a/third_party/WebKit/Source/web/tests/FrameTestHelpers.h b/third_party/WebKit/Source/web/tests/FrameTestHelpers.h
|
| index 57f105b114c9483d277897649bc4f185bec23c48..81e9023eabd28ef2dce938fc2767d99215c449cc 100644
|
| --- a/third_party/WebKit/Source/web/tests/FrameTestHelpers.h
|
| +++ b/third_party/WebKit/Source/web/tests/FrameTestHelpers.h
|
| @@ -199,7 +199,7 @@ public:
|
| WebDOMMessageEvent) override { }
|
|
|
| private:
|
| - RawPtrWillBePersistent<WebRemoteFrameImpl> const m_frame;
|
| + Persistent<WebRemoteFrameImpl> const m_frame;
|
| };
|
|
|
| } // namespace FrameTestHelpers
|
|
|