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

Unified Diff: Source/platform/heap/RunAllTests.cpp

Issue 651713002: Oilpan: DOM wrappers don't need to keep persistent handles (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « Source/platform/heap/Handle.cpp ('k') | Source/platform/heap/ThreadState.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/RunAllTests.cpp
diff --git a/Source/platform/heap/RunAllTests.cpp b/Source/platform/heap/RunAllTests.cpp
index ce79b2b8063cf02d1a7879adabe09ec48f06a123..40b7db0aeff3d1e0639a017c2fecb5fee20caa9a 100644
--- a/Source/platform/heap/RunAllTests.cpp
+++ b/Source/platform/heap/RunAllTests.cpp
@@ -57,6 +57,7 @@ public:
int runHelper(TestSuite* testSuite)
{
BlinkTestEnvironmentScope blinkTestEnvironment;
+ blink::ThreadState::current()->registerTraceDOMWrappers(0, 0);
int result = testSuite->Run();
blink::Heap::collectAllGarbage();
return result;
« no previous file with comments | « Source/platform/heap/Handle.cpp ('k') | Source/platform/heap/ThreadState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698