| Index: third_party/WebKit/Source/platform/heap/Heap.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/Heap.cpp b/third_party/WebKit/Source/platform/heap/Heap.cpp
|
| index c6710fdbc88360ee18830cd040fec0252571ae07..2caa5131e65772fe009a04e9c2696f25c6723282 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Heap.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/Heap.cpp
|
| @@ -528,7 +528,7 @@ void ThreadHeap::collectGarbage(BlinkGC::StackState stackState, BlinkGC::GCType
|
| state->heap().commitCallbackStacks();
|
| state->heap().preGC();
|
|
|
| - StackFrameDepthScope stackDepthScope;
|
| + StackFrameDepthScope stackDepthScope(&state->heap().stackFrameDepth());
|
|
|
| size_t totalObjectSize = state->heap().heapStats().allocatedObjectSize() + state->heap().heapStats().markedObjectSize();
|
| if (gcType != BlinkGC::TakeSnapshot)
|
|
|