| Index: sky/engine/core/dom/ContainerNode.h
|
| diff --git a/sky/engine/core/dom/ContainerNode.h b/sky/engine/core/dom/ContainerNode.h
|
| index d0df7194bd53c37ea311cc3736db207589f1c9c9..830b4aa6bc630213b0613d8157856cd528030c0d 100644
|
| --- a/sky/engine/core/dom/ContainerNode.h
|
| +++ b/sky/engine/core/dom/ContainerNode.h
|
| @@ -139,7 +139,7 @@ private:
|
| void addChildNodesToDeletionQueue(Node*&, Node*&, ContainerNode&);
|
|
|
| void notifyNodeInserted(Node&, ChildrenChangeSource = ChildrenChangeSourceAPI);
|
| - void notifyNodeInsertedInternal(Node&, NodeVector& postInsertionNotificationTargets);
|
| + void notifyNodeInsertedInternal(Node&);
|
| void notifyNodeRemoved(Node&);
|
|
|
| inline void checkAcceptChildType(const Node* newChild, ExceptionState&) const;
|
|
|