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

Unified Diff: Source/core/layout/LayoutTestHelper.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/layout/LayoutTestHelper.h
diff --git a/Source/core/layout/LayoutTestHelper.h b/Source/core/layout/LayoutTestHelper.h
index 20cff2ed544a130301543cd3fb6ddb2f1c4557c9..f1ef062c3196fbdb1f063e4778daaf79073cd9fa 100644
--- a/Source/core/layout/LayoutTestHelper.h
+++ b/Source/core/layout/LayoutTestHelper.h
@@ -34,7 +34,6 @@ protected:
}
private:
- Page::PageClients m_pageClients;
OwnPtr<DummyPageHolder> m_pageHolder;
};

Powered by Google App Engine
This is Rietveld 408576698