| Index: third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp
|
| diff --git a/third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp b/third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp
|
| index d622a6e33c949b02a597b0c03bd13709b298f9b1..bf50fd6262ed15a2121042490857072195626105 100644
|
| --- a/third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp
|
| +++ b/third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp
|
| @@ -54,9 +54,6 @@
|
|
|
| void WebThreadSupportingGC::shutdown()
|
| {
|
| -#if defined(LEAK_SANITIZER)
|
| - ThreadState::current()->releaseStaticPersistentNodes();
|
| -#endif
|
| // Ensure no posted tasks will run from this point on.
|
| m_gcTaskRunner.clear();
|
|
|
|
|