Index: Source/core/dom/ContainerNode.h |
diff --git a/Source/core/dom/ContainerNode.h b/Source/core/dom/ContainerNode.h |
index d79adb6ca1b6a45739ea0d6ed4ef4f927674fe7f..eca01b4992804339ba5b97ab84621aea4d7db3fc 100644 |
--- a/Source/core/dom/ContainerNode.h |
+++ b/Source/core/dom/ContainerNode.h |
@@ -162,7 +162,7 @@ public: |
virtual void trace(Visitor*) OVERRIDE; |
- void notifyNodeInserted(Node&); |
+ void notifyNodeInserted(Node&, bool createdByParser = false); |
void notifyNodeRemoved(Node&); |
protected: |