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

Unified Diff: sky/engine/core/dom/DocumentTest.cpp

Issue 678003003: Begin to remove heap/* (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « sky/engine/core/dom/Document.cpp ('k') | sky/engine/core/dom/ElementData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/DocumentTest.cpp
diff --git a/sky/engine/core/dom/DocumentTest.cpp b/sky/engine/core/dom/DocumentTest.cpp
index 1c1c5297b73803cd8df29601b76dd19614551b01..4cf4dcaefe1af54d47f43ead3d1ef9f8a7bae930 100644
--- a/sky/engine/core/dom/DocumentTest.cpp
+++ b/sky/engine/core/dom/DocumentTest.cpp
@@ -45,13 +45,6 @@ class DocumentTest : public ::testing::Test {
protected:
virtual void SetUp() override;
-#if ENABLE(OILPAN)
- virtual void TearDown() override
- {
- Heap::collectAllGarbage();
- }
-#endif
-
Document& document() const { return m_dummyPageHolder->document(); }
Page& page() const { return m_dummyPageHolder->page(); }
« no previous file with comments | « sky/engine/core/dom/Document.cpp ('k') | sky/engine/core/dom/ElementData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698