| Index: third_party/WebKit/Source/web/tests/RunAllTests.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/RunAllTests.cpp b/third_party/WebKit/Source/web/tests/RunAllTests.cpp
|
| index 8b1298cfcfa25dad2280f898536320477778f9b2..86751eb172b016d9194680f9cc64250a2ad2fb6e 100644
|
| --- a/third_party/WebKit/Source/web/tests/RunAllTests.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/RunAllTests.cpp
|
| @@ -57,7 +57,6 @@ int runHelper(base::TestSuite* testSuite)
|
| // Collect garbage (including threadspecific persistent handles) in order
|
| // to release mock objects referred from v8 or Oilpan heap. Otherwise false
|
| // mock leaks will be reported.
|
| - blink::ThreadState::current()->callThreadShutdownHooks();
|
| blink::V8GCController::collectAllGarbageForTesting(v8::Isolate::GetCurrent());
|
|
|
| content::TearDownBlinkTestEnvironment();
|
|
|