| Index: Source/platform/heap/ThreadState.h | 
| diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h | 
| index d8478d3dea7187433cc28cb9e5543a4834f6c5a1..0d3732996e41abb54ae0db6da3c88e1142093c61 100644 | 
| --- a/Source/platform/heap/ThreadState.h | 
| +++ b/Source/platform/heap/ThreadState.h | 
| @@ -174,7 +174,6 @@ template<typename U> class ThreadingTrait<const U> : public ThreadingTrait<U> { | 
| // FOR_EACH_TYPED_HEAP macro below. | 
| #define FOR_EACH_TYPED_HEAP(H)              \ | 
| H(Node)                                 \ | 
| -    H(RenderObject)                         \ | 
| H(CSSValue) | 
|  | 
| #define TypedHeapEnumName(Type) Type##Heap, | 
|  |