Index: Source/core/dom/Range.h |
diff --git a/Source/core/dom/Range.h b/Source/core/dom/Range.h |
index 8975552ec80e0f72898227c982d7f40c5c39d209..ab77a9613ccd2bd004c4bf9d86fc8937b7ee5368 100644 |
--- a/Source/core/dom/Range.h |
+++ b/Source/core/dom/Range.h |
@@ -130,7 +130,7 @@ public: |
void nodeChildrenChanged(ContainerNode*); |
void nodeChildrenWillBeRemoved(ContainerNode*); |
- void nodeWillBeRemoved(Node*); |
+ void nodeWillBeRemoved(Node&); |
void didInsertText(Node*, unsigned offset, unsigned length); |
void didRemoveText(Node*, unsigned offset, unsigned length); |