Index: Source/core/html/HTMLFieldSetElement.cpp |
diff --git a/Source/core/html/HTMLFieldSetElement.cpp b/Source/core/html/HTMLFieldSetElement.cpp |
index 08d51fb280803ce4b0f21f0e6ef70233312a3d58..6779c633300ef674978b7987ec0b032e7128ba16 100644 |
--- a/Source/core/html/HTMLFieldSetElement.cpp |
+++ b/Source/core/html/HTMLFieldSetElement.cpp |
@@ -65,7 +65,7 @@ void HTMLFieldSetElement::disabledAttributeChanged() |
invalidateDisabledStateUnder(this); |
} |
-void HTMLFieldSetElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) |
+void HTMLFieldSetElement::childrenChanged(bool changedByParser, const Handle<Node>& beforeChange, const Handle<Node>& afterChange, int childCountDelta) |
{ |
HTMLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); |
for (Element* element = ElementTraversal::firstWithin(this); element; element = ElementTraversal::nextSkippingChildren(element, this)) { |