| Index: third_party/WebKit/Source/core/dom/ElementData.h
 | 
| diff --git a/third_party/WebKit/Source/core/dom/ElementData.h b/third_party/WebKit/Source/core/dom/ElementData.h
 | 
| index a396ed7f03b20161a81177af61884beda38693fb..4683290d314327caef64637d4b46ee2cc36bdb58 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/ElementData.h
 | 
| +++ b/third_party/WebKit/Source/core/dom/ElementData.h
 | 
| @@ -135,7 +135,7 @@ public:
 | 
|  
 | 
|      // Add support for placement new as ShareableElementData is not allocated
 | 
|      // with a fixed size. Instead the allocated memory size is computed based on
 | 
| -    // the number of attributes. This requires us to use Heap::allocate directly
 | 
| +    // the number of attributes. This requires us to use ThreadHeap::allocate directly
 | 
|      // with the computed size and subsequently call placement new with the
 | 
|      // allocated memory address.
 | 
|      void* operator new(std::size_t, void* location)
 | 
| 
 |