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 4683290d314327caef64637d4b46ee2cc36bdb58..a396ed7f03b20161a81177af61884beda38693fb 100644 |
--- a/third_party/WebKit/Source/core/dom/ElementData.h |
+++ b/third_party/WebKit/Source/core/dom/ElementData.h |
@@ -135,7 +135,7 @@ |
// 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 ThreadHeap::allocate directly |
+ // the number of attributes. This requires us to use Heap::allocate directly |
// with the computed size and subsequently call placement new with the |
// allocated memory address. |
void* operator new(std::size_t, void* location) |