| Index: Source/platform/heap/ThreadState.h
|
| diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h
|
| index 35d9b36eae1e5334f66e358a8332e644b961c357..693d4a71a31cd459e5269b29520dd75170fe7cee 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,
|
|
|
|
|