| 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 523357b54b608b0a082fe318ac41f9a620028d87..c8df3cd324d4350afb743a80c2b7ecaf613c9a33 100644
|
| --- a/third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| @@ -722,7 +722,7 @@ class IntNode : public GarbageCollected<IntNode> {
|
| ThreadState* state = ThreadState::current();
|
| const char* typeName = WTF_HEAP_PROFILER_TYPE_NAME(IntNode);
|
| return ThreadHeap::allocateOnArenaIndex(
|
| - state, size, BlinkGC::NodeArenaIndex, GCInfoTrait<IntNode>::index(),
|
| + state, size, BlinkGC::kNodeArenaIndex, GCInfoTrait<IntNode>::index(),
|
| typeName);
|
| }
|
|
|
|
|