Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / heap / RunAllTests.cpp
index ce79b2b..40b7db0 100644 (file)
@@ -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;