| 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(); }
|
|
|
|
|