| Index: Source/core/dom/ContainerNode.h
|
| diff --git a/Source/core/dom/ContainerNode.h b/Source/core/dom/ContainerNode.h
|
| index 277ca581524936193af830f6b50556bbff971e70..30b2d5d4055b9277a1d5610fdce4240c96950546 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:
|
|
|