Index: Source/core/html/HTMLOptionElement.cpp |
diff --git a/Source/core/html/HTMLOptionElement.cpp b/Source/core/html/HTMLOptionElement.cpp |
index 586623e04346e596a7c3b6548fd9ba0a79fae1e9..b45145f71909a6a15d445edf64c48f5d5d3110fd 100644 |
--- a/Source/core/html/HTMLOptionElement.cpp |
+++ b/Source/core/html/HTMLOptionElement.cpp |
@@ -264,7 +264,7 @@ void HTMLOptionElement::setSelectedState(bool selected) |
select->invalidateSelectedItems(); |
} |
-void HTMLOptionElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) |
+void HTMLOptionElement::childrenChanged(bool changedByParser, const Handle<Node>& beforeChange, const Handle<Node>& afterChange, int childCountDelta) |
{ |
#if ENABLE(DATALIST_ELEMENT) |
if (Handle<HTMLDataListElement> dataList = ownerDataListElement()) |