| Index: Source/platform/heap/ThreadState.h
|
| diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h
|
| index 00ce2e5979287e4bfa2f86a337ae3ca92e4064aa..c4caaf22ce5daa30673f0ddb88920da6c2b9013d 100644
|
| --- a/Source/platform/heap/ThreadState.h
|
| +++ b/Source/platform/heap/ThreadState.h
|
| @@ -132,7 +132,7 @@ using EphemeronCallback = VisitorCallback;
|
| // FOR_EACH_TYPED_HEAP macro below.
|
| #define FOR_EACH_TYPED_HEAP(H) \
|
| H(Node) \
|
| - H(CSSValue)
|
| + H(CSSValueObject)
|
|
|
| #define TypedHeapEnumName(Type) Type##HeapIndex,
|
|
|
|
|