| Index: Source/core/html/HTMLSelectElement.cpp
|
| diff --git a/Source/core/html/HTMLSelectElement.cpp b/Source/core/html/HTMLSelectElement.cpp
|
| index 882e071595b5b741818e7ea136f9a08ad1bc131c..9c8b66c7ab48f25bc18f178fd9a28a8343346127 100644
|
| --- a/Source/core/html/HTMLSelectElement.cpp
|
| +++ b/Source/core/html/HTMLSelectElement.cpp
|
| @@ -1027,7 +1027,7 @@ bool HTMLSelectElement::appendFormData(FormDataList& list, bool)
|
| return successful;
|
| }
|
|
|
| -void HTMLSelectElement::reset()
|
| +void HTMLSelectElement::resetImpl()
|
| {
|
| HTMLOptionElement* firstOption = 0;
|
| HTMLOptionElement* selectedOption = 0;
|
|
|