| Index: Source/core/testing/DummyPageHolder.h
|
| diff --git a/Source/core/testing/DummyPageHolder.h b/Source/core/testing/DummyPageHolder.h
|
| index 24226902fca8c865b8c8be40a93b008ae250fba0..46c979436bb681f23973ce1401062a7ba0c8fe45 100644
|
| --- a/Source/core/testing/DummyPageHolder.h
|
| +++ b/Source/core/testing/DummyPageHolder.h
|
| @@ -69,10 +69,10 @@ public:
|
| Document& document() const;
|
|
|
| private:
|
| - explicit DummyPageHolder(const IntSize& initialViewSize, Page::PageClients*);
|
| + DummyPageHolder(const IntSize& initialViewSize, Page::PageClients*);
|
|
|
| OwnPtrWillBePersistent<Page> m_page;
|
| - RefPtr<LocalFrame> m_frame;
|
| + RefPtrWillBePersistent<LocalFrame> m_frame;
|
|
|
| Page::PageClients m_pageClients;
|
| EmptyFrameLoaderClient m_frameLoaderClient;
|
|
|