Index: third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp b/third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp |
index ebe8d8d96c749b989a6dbdab7df998fd65eda89a..800fb3c2f882fd3726bf19ca820a3fa3f397dd22 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp |
@@ -57,5 +57,9 @@ void RenderingTest::SetUp() |
document().view()->updateAllLifecyclePhases(); |
} |
+void RenderingTest::TearDown() |
+{ |
+ m_pageHolder = nullptr; |
jbroman
2015/10/16 14:46:51
Why is this necessary? Doesn't this already happen
trchen
2015/10/20 05:11:47
Ordering issue. We toggle RuntimeEnabledFeatures b
|
+} |
} // namespace blink |