Index: Source/core/html/HTMLTitleElement.cpp |
diff --git a/Source/core/html/HTMLTitleElement.cpp b/Source/core/html/HTMLTitleElement.cpp |
index 436125068ae094adec902d1b5f19df3c41fb8e78..23e5a806467964312224ea5407394a16308fa3cc 100644 |
--- a/Source/core/html/HTMLTitleElement.cpp |
+++ b/Source/core/html/HTMLTitleElement.cpp |
@@ -62,7 +62,7 @@ void HTMLTitleElement::removedFrom(const Handle<ContainerNode>& insertionPoint) |
document()->removeTitle(this); |
} |
-void HTMLTitleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) |
+void HTMLTitleElement::childrenChanged(bool changedByParser, const Handle<Node>& beforeChange, const Handle<Node>& afterChange, int childCountDelta) |
{ |
HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); |
m_title = textWithDirection(); |