Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 0777a72d99bf2f695ed974af1b3544940862fd0c..3b6324a512001f22301b404e5861ae582e901dd9 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -657,7 +657,7 @@ public: |
void updateRangesAfterChildrenChanged(ContainerNode*); |
// nodeChildrenWillBeRemoved is used when removing all node children at once. |
- void nodeChildrenWillBeRemoved(ContainerNode*); |
+ void nodeChildrenWillBeRemoved(ContainerNode&); |
// nodeWillBeRemoved is only safe when removing one node at a time. |
void nodeWillBeRemoved(Node&); |
bool canReplaceChild(const Node& newChild, const Node& oldChild) const; |