Index: Source/platform/heap/ThreadState.h |
diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h |
index 497fc612e3a7b72eabf8d8415973c8047392dbda..8b36822f590f308f65c035b5088fcea91eba5758 100644 |
--- a/Source/platform/heap/ThreadState.h |
+++ b/Source/platform/heap/ThreadState.h |
@@ -133,7 +133,6 @@ 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) |
#define TypedHeapEnumName(Type) Type##HeapIndex, |