Chromium Code Reviews| Index: Source/core/html/HTMLTextFormControlElement.cpp |
| diff --git a/Source/core/html/HTMLTextFormControlElement.cpp b/Source/core/html/HTMLTextFormControlElement.cpp |
| index dc9e665d40e28c2c9119326c286b001ab2f75dc8..549f35db43b2a88dedf9ceb09126bb6cd5957f42 100644 |
| --- a/Source/core/html/HTMLTextFormControlElement.cpp |
| +++ b/Source/core/html/HTMLTextFormControlElement.cpp |
| @@ -185,8 +185,8 @@ void HTMLTextFormControlElement::select() |
| void HTMLTextFormControlElement::dispatchFormControlChangeEvent() |
| { |
| if (m_textAsOfLastFormControlChangeEvent != value()) { |
| - dispatchChangeEvent(); |
| setTextAsOfLastFormControlChangeEvent(value()); |
|
tkent
2014/02/07 08:58:17
This change has no effect. We need to initialize
|
| + dispatchChangeEvent(); |
| } |
| setChangedSinceLastFormControlChangeEvent(false); |
| } |