Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2897)

Unified Diff: Source/core/testing/DummyPageHolder.h

Issue 517043003: Move Frame to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase past r181245 conflict Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698