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

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

Issue 1291903003: Oilpan: Move ChromeClient classes into Oilpan heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Make Page::PageClients STACK_ALLOCATED(). Created 5 years, 4 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 20acfa2cc835e8655511aed2c47c9d036aa5e444..854fe25c906ffb4588d84c9d99dfc944bc4fe8fc 100644
--- a/Source/core/testing/DummyPageHolder.h
+++ b/Source/core/testing/DummyPageHolder.h
@@ -77,7 +77,6 @@ private:
OwnPtrWillBePersistent<Page> m_page;
RefPtrWillBePersistent<LocalFrame> m_frame;
- Page::PageClients m_pageClients;
OwnPtr<FrameLoaderClient> m_frameLoaderClient;
};

Powered by Google App Engine
This is Rietveld 408576698