| Index: third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp b/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| index ba4a4469becd3ca1b0b118b2ab01a45db4cb745d..65461fc858675b32b3b0ed0e5a5575f6e5feca5a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| @@ -58,7 +58,8 @@ HTMLFormControlElement::HTMLFormControlElement(const QualifiedName& tagName,
|
| m_willValidate(true),
|
| m_isValid(true),
|
| m_validityIsDirty(false),
|
| - m_wasFocusedByMouse(false) {
|
| + m_wasFocusedByMouse(false),
|
| + m_blocksFormSubmission(false) {
|
| setHasCustomStyleCallbacks();
|
| }
|
|
|
|
|