Index: Source/platform/heap/ThreadState.h |
diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h |
index f182b1253a335d7bcec01809c8e61eb6886093b8..3d0bb2e37b7a9a75c31b9610de900d96718fdf04 100644 |
--- a/Source/platform/heap/ThreadState.h |
+++ b/Source/platform/heap/ThreadState.h |
@@ -134,7 +134,7 @@ using UsingPreFinazlizerMacroNeedsTrailingSemiColon = char |
// FOR_EACH_TYPED_HEAP macro below. |
#define FOR_EACH_TYPED_HEAP(H) \ |
H(Node) \ |
- H(CSSValue) |
+ H(CSSValueObject) |
#define TypedHeapEnumName(Type) Type##HeapIndex, |