| Index: Source/core/html/HTMLSelectElement.h
|
| diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h
|
| index 46d98b937aec3ed848c9b9e2e3e95d341dedc922..586efb5b55d822b724b3cf0c8365f864cd3a5824 100644
|
| --- a/Source/core/html/HTMLSelectElement.h
|
| +++ b/Source/core/html/HTMLSelectElement.h
|
| @@ -121,7 +121,7 @@ public:
|
| void optionRemoved(const HTMLOptionElement&);
|
| bool anonymousIndexedSetter(unsigned, PassRefPtrWillBeRawPtr<HTMLOptionElement>, ExceptionState&);
|
|
|
| - void updateListOnRenderer();
|
| + void updateListOnLayoutObject();
|
|
|
| HTMLOptionElement* spatialNavigationFocusedOption();
|
| void handleMouseRelease();
|
| @@ -190,7 +190,7 @@ private:
|
| bool shouldOpenPopupForKeyDownEvent(KeyboardEvent*);
|
| bool shouldOpenPopupForKeyPressEvent(KeyboardEvent*);
|
| void listBoxDefaultEventHandler(Event*);
|
| - void setOptionsChangedOnRenderer();
|
| + void setOptionsChangedOnLayoutObject();
|
| size_t searchOptionsForValue(const String&, size_t listIndexStart, size_t listIndexEnd) const;
|
| void updateListBoxSelection(bool deselectOtherOptions, bool scroll = true);
|
|
|
|
|