| 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 22d506a4a72083a5a362eb78605b8dac090758c0..f4fa8c787a0821e13d13e53a439bb3f4a0e1ae8a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| @@ -241,6 +241,9 @@ private:
|
| void setIndexToSelectOnCancel(int listIndex);
|
| void setSuggestedOption(HTMLOptionElement*);
|
|
|
| + // Returns nullptr if listIndex is out of bounds, or it doesn't point an
|
| + // HTMLOptionElement.
|
| + HTMLOptionElement* optionAtListIndex(int listIndex) const;
|
| enum SkipDirection {
|
| SkipBackwards = -1,
|
| SkipForwards = 1
|
|
|