| 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 09617fb3dcafdd2e771d0fc0ca975319330c58e5..add4a97e061b3a31c00b30e0d0337b97a96d82f6 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| @@ -1501,7 +1501,7 @@ void ThreadState::collectGarbage(BlinkGC::StackState stackState,
|
| heap().processMarkingStack(visitor.get());
|
|
|
| heap().postMarkingProcessing(visitor.get());
|
| - heap().globalWeakProcessing(visitor.get());
|
| + heap().weakProcessing(visitor.get());
|
| }
|
|
|
| double markingTimeInMilliseconds = WTF::currentTimeMS() - startTime;
|
|
|