| 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 28e23224d42764b79c716a9b300d9815c61383eb..22d506a4a72083a5a362eb78605b8dac090758c0 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| @@ -219,7 +219,6 @@ private:
|
|
|
| bool hasPlaceholderLabelOption() const;
|
|
|
| - void optionSelectedByUser(int optionIndex, bool dispatchChangeEvent);
|
| enum SelectOptionFlag {
|
| DeselectOtherOptions = 1 << 0,
|
| DispatchInputAndChangeEvent = 1 << 1,
|
|
|