Chromium Code Reviews| 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; |
|
haraken
2017/02/20 23:57:18
// TODO: This should be a Persistent. Frame must n
|
| Persistent<FrameLoaderClient> m_frameLoaderClient; |
| }; |