| 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 23ad709f2f3a679e605230b6131cc798aed8dabc..ad928290ff0eb3c9cac85aae9aff3a41d6d06122 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSValue.h
|
| @@ -42,8 +42,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.
|
|
|