| Index: Source/core/html/HTMLSelectElement.h
|
| diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h
|
| index 4105c7dfe4870cd2a149e3af4e43cd992c456b9f..97751c32327fc2b39395cdc45785e495488a5e20 100644
|
| --- a/Source/core/html/HTMLSelectElement.h
|
| +++ b/Source/core/html/HTMLSelectElement.h
|
| @@ -176,7 +176,6 @@ private:
|
| DeselectOtherOptions = 1 << 0,
|
| DispatchInputAndChangeEvent = 1 << 1,
|
| UserDriven = 1 << 2,
|
| - DelayScrollToSelection = 1 << 3,
|
| };
|
| typedef unsigned SelectOptionFlags;
|
| void selectOption(int optionIndex, SelectOptionFlags = 0);
|
| @@ -231,7 +230,6 @@ private:
|
| mutable bool m_shouldRecalcListItems;
|
| int m_suggestedIndex;
|
| bool m_isAutofilledByPreview;
|
| - bool m_scrollToSelectionLater;
|
| };
|
|
|
| } // namespace blink
|
|
|