Index: Source/core/html/HTMLOutputElement.cpp |
diff --git a/Source/core/html/HTMLOutputElement.cpp b/Source/core/html/HTMLOutputElement.cpp |
index 0eb92c28333b71f4f5a8363306cdab595af8faac..2af4459e71543c46d7a8c4b6760b5329a9158073 100644 |
--- a/Source/core/html/HTMLOutputElement.cpp |
+++ b/Source/core/html/HTMLOutputElement.cpp |
@@ -81,7 +81,7 @@ void HTMLOutputElement::setFor(const String& value) |
m_tokens->setValue(value); |
} |
-void HTMLOutputElement::childrenChanged(bool createdByParser, Node* beforeChange, Node* afterChange, int childCountDelta) |
+void HTMLOutputElement::childrenChanged(bool createdByParser, const Handle<Node>& beforeChange, const Handle<Node>& afterChange, int childCountDelta) |
{ |
HTMLFormControlElement::childrenChanged(createdByParser, beforeChange, afterChange, childCountDelta); |