| Index: third_party/WebKit/Source/core/dom/Node.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
|
| index 939c83383ee092b8d3df7efe7a77efa93e83f6b2..3c84e04eabd45d04b46ac8bc63b1644bb26bc2ff 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -167,8 +167,8 @@ class CORE_EXPORT Node : public EventTarget {
|
| const char* typeName = "blink::Node";
|
| return ThreadHeap::allocateOnArenaIndex(
|
| state, size,
|
| - isEager ? BlinkGC::EagerSweepArenaIndex : BlinkGC::NodeArenaIndex,
|
| - GCInfoTrait<EventTarget>::index(), typeName);
|
| + is_eager ? BlinkGC::kEagerSweepArenaIndex : BlinkGC::kNodeArenaIndex,
|
| + GCInfoTrait<EventTarget>::Index(), kTypeName);
|
| }
|
|
|
| static void dumpStatistics();
|
|
|