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 9c7c30d750f81b61e6da30e948e7991ea6e7df6c..5cfcfc5149787a71c7cf972adc55f2d92afb9026 100644 |
--- a/third_party/WebKit/Source/platform/heap/Heap.cpp |
+++ b/third_party/WebKit/Source/platform/heap/Heap.cpp |
@@ -457,7 +457,6 @@ void Heap::collectGarbageForTerminatingThread(ThreadState* state) |
ThreadState::NoAllocationScope noAllocationScope(state); |
state->preGC(); |
- StackFrameDepthScope stackDepthScope; |
// 1. Trace the thread local persistent roots. For thread local GCs we |
// don't trace the stack (ie. no conservative scanning) since this is |