| Index: Source/platform/heap/ThreadState.h
|
| diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h
|
| index 497fc612e3a7b72eabf8d8415973c8047392dbda..8f3ccaa32c2f47b53971b5825b162f32ce9b1a7b 100644
|
| --- a/Source/platform/heap/ThreadState.h
|
| +++ b/Source/platform/heap/ThreadState.h
|
| @@ -133,8 +133,7 @@ using UsingPreFinazlizerMacroNeedsTrailingSemiColon = char
|
| // To create a new typed heap add a H(<ClassName>) to the
|
| // FOR_EACH_TYPED_HEAP macro below.
|
| #define FOR_EACH_TYPED_HEAP(H) \
|
| - H(Node) \
|
| - H(CSSValue)
|
| + H(Node)
|
|
|
| #define TypedHeapEnumName(Type) Type##HeapIndex,
|
|
|
|
|