| Index: third_party/WebKit/Source/core/css/CSSValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSValue.h b/third_party/WebKit/Source/core/css/CSSValue.h
|
| index f38b4edd3c18a69986f57fdc83531f80253fc9b1..74dd16f379b5c997cd3b7ee7341d932f220b80d7 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSValue.h
|
| @@ -43,8 +43,8 @@ class CORE_EXPORT CSSValue : public GarbageCollectedFinalized<CSSValue> {
|
| const char* typeName = "blink::CSSValue";
|
| return ThreadHeap::allocateOnArenaIndex(
|
| state, size,
|
| - isEager ? BlinkGC::EagerSweepArenaIndex : BlinkGC::CSSValueArenaIndex,
|
| - GCInfoTrait<CSSValue>::index(), typeName);
|
| + is_eager ? BlinkGC::kEagerSweepArenaIndex : BlinkGC::kCSSValueArenaIndex,
|
| + GCInfoTrait<CSSValue>::Index(), kTypeName);
|
| }
|
|
|
| // TODO(sashab): Remove this method and move logic to the caller.
|
|
|