Index: Source/core/dom/ContainerNode.h |
diff --git a/Source/core/dom/ContainerNode.h b/Source/core/dom/ContainerNode.h |
index c23523427f589018ac24c004ef6447bee9c136ec..4fb70fcaf172e487d834af3a83255f5bd191cdff 100644 |
--- a/Source/core/dom/ContainerNode.h |
+++ b/Source/core/dom/ContainerNode.h |
@@ -172,7 +172,7 @@ public: |
virtual void trace(Visitor*) OVERRIDE; |
- void notifyNodeInserted(Node&); |
+ void notifyNodeInserted(Node&, ChildrenChangeSource = ChildrenChangeSourceAPI); |
void notifyNodeRemoved(Node&); |
protected: |