| Index: third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLSelectElement.h b/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| index 1a0abe9dcbbe7c57db70b541c1134e7b01fdfda6..318487e765357f6ab6f828c291d024f03bad392c 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| @@ -117,7 +117,6 @@ public:
|
| bool canSelectAll() const;
|
| void selectAll();
|
| void listBoxOnChange();
|
| - int optionToListIndex(int optionIndex) const;
|
| int activeSelectionEndListIndex() const;
|
| HTMLOptionElement* activeSelectionEnd() const;
|
| void setActiveSelectionAnchor(HTMLOptionElement*);
|
|
|