Index: Source/core/html/HTMLSelectElement.cpp |
diff --git a/Source/core/html/HTMLSelectElement.cpp b/Source/core/html/HTMLSelectElement.cpp |
index 038d1e9f70201e83f7f7d6c414ad5f0d82dda69e..c84bbf6b2f8a201f9c01207b332e98923654470a 100644 |
--- a/Source/core/html/HTMLSelectElement.cpp |
+++ b/Source/core/html/HTMLSelectElement.cpp |
@@ -366,7 +366,7 @@ void HTMLSelectElement::updateListItemSelectedStates() |
recalcListItems(); |
} |
-void HTMLSelectElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) |
+void HTMLSelectElement::childrenChanged(bool changedByParser, const Handle<Node>& beforeChange, const Handle<Node>& afterChange, int childCountDelta) |
{ |
setRecalcListItems(); |
setNeedsValidityCheck(); |