| 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 8c211552f10c83eaaba364d446a1e9bce33fe6a3..3a3f787a26a907ff54e6e97e3b2f99f8112b2787 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSValue.h
|
| @@ -41,8 +41,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.
|
|
|