Index: Source/core/html/shadow/InsertionPoint.h |
diff --git a/Source/core/html/shadow/InsertionPoint.h b/Source/core/html/shadow/InsertionPoint.h |
index e843153e53dc4da359bb91c139e8500a2f30e143..086dd35ab04ba5ba7b1238d226019fa7d37aa68b 100644 |
--- a/Source/core/html/shadow/InsertionPoint.h |
+++ b/Source/core/html/shadow/InsertionPoint.h |
@@ -94,7 +94,7 @@ public: |
protected: |
InsertionPoint(const QualifiedName&, Handle<Document>); |
virtual bool rendererIsNeeded(const NodeRenderingContext&) OVERRIDE; |
- virtual void childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) OVERRIDE; |
+ virtual void childrenChanged(bool changedByParser, const Handle<Node>& beforeChange, const Handle<Node>& afterChange, int childCountDelta) OVERRIDE; |
virtual InsertionNotificationRequest insertedInto(const Handle<ContainerNode>&) OVERRIDE; |
virtual void removedFrom(const Handle<ContainerNode>&) OVERRIDE; |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |