Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index 00f250f7d1b80a35f42222e280f5cb697aa578a8..cbbfb33298782a93cb1c31ab8bfaccc3b57cc2ea 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -158,6 +158,7 @@ public: |
enum StyleChange { NoChange, NoInherit, Inherit, Detach, Force }; |
static StyleChange diff(const RenderStyle*, const RenderStyle*, Document*); |
+ OVERRIDE_NEW_ALL_SUBCLASSES_HAVE_DYNAMIC_ACCEPT(Node); |
virtual ~Node(); |
void willBeDeletedFrom(Document*); |