| Index: Source/core/testing/DummyPageHolder.h | 
| diff --git a/Source/core/testing/DummyPageHolder.h b/Source/core/testing/DummyPageHolder.h | 
| index fe658f04a5686406bec89b5f9236929bb9f05134..554b07c26bef4925a3bca0c773b964cc375c0167 100644 | 
| --- a/Source/core/testing/DummyPageHolder.h | 
| +++ b/Source/core/testing/DummyPageHolder.h | 
| @@ -72,13 +72,10 @@ public: | 
| Document& document() const; | 
|  | 
| private: | 
| -    explicit DummyPageHolder( | 
| -        const IntSize& initialViewSize, | 
| -        Page::PageClients*, | 
| -        PassOwnPtr<FrameLoaderClient>); | 
| +    DummyPageHolder(const IntSize& initialViewSize, Page::PageClients*, PassOwnPtr<FrameLoaderClient>); | 
|  | 
| OwnPtrWillBePersistent<Page> m_page; | 
| -    RefPtr<LocalFrame> m_frame; | 
| +    RefPtrWillBePersistent<LocalFrame> m_frame; | 
|  | 
| Page::PageClients m_pageClients; | 
| OwnPtr<FrameLoaderClient> m_frameLoaderClient; | 
|  |