| Index: third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/ThreadState.cpp b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| index b20488f1d76bf0acf94112b088ffb9209c008353..2b953d83646578b3e9c5c7f0e7d59d4642783a4a 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| @@ -483,8 +483,6 @@
|
|
|
| // Perform thread-specific weak processing.
|
| while (popAndInvokeThreadLocalWeakCallback(&weakProcessingVisitor)) { }
|
| -
|
| - m_threadLocalWeakCallbackStack->decommit();
|
|
|
| if (isMainThread()) {
|
| double timeForThreadLocalWeakProcessing = WTF::currentTimeMS() - startTime;
|
|
|