| 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 f4fa8c787a0821e13d13e53a439bb3f4a0e1ae8a..860ce17987efb0003ba01f80c881ac46276aa406 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| @@ -55,6 +55,8 @@ public:
|
|
|
| int selectedIndex() const;
|
| void setSelectedIndex(int);
|
| + // `listIndex' version of |selectedIndex|.
|
| + int selectedListIndex() const;
|
|
|
| // For ValidityState
|
| String validationMessage() const override;
|
|
|