Chromium Code Reviews| Index: Source/core/html/HTMLSelectElement.h |
| diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h |
| index cab4c3a35f324c34ae3e86d683104f82a4b2d74a..7de879e73bb058acbab273b98dee24a898a6ab02 100644 |
| --- a/Source/core/html/HTMLSelectElement.h |
| +++ b/Source/core/html/HTMLSelectElement.h |
| @@ -228,6 +228,7 @@ private: |
| bool m_activeSelectionState; |
| mutable bool m_shouldRecalcListItems; |
| int m_suggestedIndex; |
| + bool m_isAutofilledByPreview; |
| }; |
| } // namespace blink |