| Index: Source/core/html/HTMLTextFormControlElement.cpp
|
| diff --git a/Source/core/html/HTMLTextFormControlElement.cpp b/Source/core/html/HTMLTextFormControlElement.cpp
|
| index 714f5f96395b778a7c147e45813692d3ae1a0498..9206ca5c277722d1add30aa8a2b016e7f2d581f3 100644
|
| --- a/Source/core/html/HTMLTextFormControlElement.cpp
|
| +++ b/Source/core/html/HTMLTextFormControlElement.cpp
|
| @@ -60,6 +60,7 @@ using namespace HTMLNames;
|
| HTMLTextFormControlElement::HTMLTextFormControlElement(const QualifiedName& tagName, Document& doc, HTMLFormElement* form)
|
| : HTMLFormControlElementWithState(tagName, doc, form)
|
| , m_lastChangeWasUserEdit(false)
|
| + , m_suggestedValueStartOffset(0)
|
| , m_cachedSelectionStart(0)
|
| , m_cachedSelectionEnd(0)
|
| , m_cachedSelectionDirection(SelectionHasNoDirection)
|
|
|