| 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 b40b12eaab56ae333d8adb19a631369f88ab7f7f..989a5aa90fb5dff34f25a00774658ed59c8dfe5b 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| @@ -200,6 +200,7 @@ private:
|
| void resetToDefaultSelection(ResetReason = ResetReasonOthers);
|
| void typeAheadFind(KeyboardEvent*);
|
| void saveLastSelection();
|
| + void saveListboxActiveSelection();
|
| // Returns the first selected OPTION, or nullptr.
|
| HTMLOptionElement* selectedOption() const;
|
|
|
|
|