| Index: Source/core/html/HTMLSelectElement.h
|
| diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h
|
| index 9e350d15acfcca1936a54b93fc630a99c167596c..fe426e7a1a1af172bcf127bf93b8179b136785bd 100644
|
| --- a/Source/core/html/HTMLSelectElement.h
|
| +++ b/Source/core/html/HTMLSelectElement.h
|
| @@ -101,7 +101,7 @@ public:
|
| HTMLOptionElement* item(unsigned index);
|
|
|
| void scrollToSelection();
|
| - void scrollTo(int listIndex);
|
| + void scrollToIndex(int listIndex);
|
|
|
| void listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow = true);
|
|
|
|
|