Index: Source/core/html/HTMLOptGroupElement.cpp |
diff --git a/Source/core/html/HTMLOptGroupElement.cpp b/Source/core/html/HTMLOptGroupElement.cpp |
index ff50d50df8a95f1d6ef2a37abb9734a650b77f90..7a06f29d0d0ed3ab3889b6a0975de1bf46b862fb 100644 |
--- a/Source/core/html/HTMLOptGroupElement.cpp |
+++ b/Source/core/html/HTMLOptGroupElement.cpp |
@@ -73,7 +73,7 @@ const AtomicString& HTMLOptGroupElement::formControlType() const |
return optgroup; |
} |
-void HTMLOptGroupElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) |
+void HTMLOptGroupElement::childrenChanged(bool changedByParser, const Handle<Node>& beforeChange, const Handle<Node>& afterChange, int childCountDelta) |
{ |
recalcSelectOptions(); |
HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); |