| Index: third_party/WebKit/Source/core/testing/DummyPageHolder.h
|
| diff --git a/third_party/WebKit/Source/core/testing/DummyPageHolder.h b/third_party/WebKit/Source/core/testing/DummyPageHolder.h
|
| index b914fd60f88f13ee472cbe2f929f207420268011..023ac7b600ffbe495bd2b16d0aae0b3634b6d3ea 100644
|
| --- a/third_party/WebKit/Source/core/testing/DummyPageHolder.h
|
| +++ b/third_party/WebKit/Source/core/testing/DummyPageHolder.h
|
| @@ -88,7 +88,7 @@ class DummyPageHolder {
|
| InterfaceProvider* = nullptr);
|
|
|
| Persistent<Page> m_page;
|
| - Persistent<LocalFrame> m_frame;
|
| + CrossThreadPersistent<LocalFrame> m_frame;
|
|
|
| Persistent<FrameLoaderClient> m_frameLoaderClient;
|
| };
|
|
|