| Index: third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/HeapTest.cpp b/third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| index 8f879a544a8ceef5eb937bf84eeb1e0cdffda07f..e21fda970ffa9a217dfd52e8180bc73930cb1a9a 100644
|
| --- a/third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| @@ -293,6 +293,7 @@ class CountingVisitor : public Visitor {
|
| public:
|
| explicit CountingVisitor(ThreadState* state)
|
| : Visitor(state, Visitor::ThreadLocalMarking)
|
| + , m_scope(&state->heap().stackFrameDepth())
|
| , m_count(0)
|
| {
|
| }
|
|
|