Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index 87c486b176dfbd04ca5bc32199c0e0e25ad26f4d..b4ba48e8e037a7577c96516cdf9eacd8204eee3f 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -75,7 +75,6 @@ class PlatformWheelEvent; |
class QualifiedName; |
class RadioNodeList; |
class RegisteredEventListener; |
-class RenderArena; |
class RenderBox; |
class RenderBoxModelObject; |
class RenderObject; |
@@ -158,8 +157,9 @@ public: |
static void init(); |
static void shutdown(); |
+ |
#if ENABLE(PARTITION_ALLOC) |
- // All Nodes are placed in their own heap partition for security. |
+ // Nodes are placed in their own heap partition for security. |
// See http://crbug.com/246860 for detail. |
void* operator new(size_t); |
void operator delete(void*); |