| Index: Source/core/html/HTMLFormControlElement.h
|
| diff --git a/Source/core/html/HTMLFormControlElement.h b/Source/core/html/HTMLFormControlElement.h
|
| index 055bcd14f17a3a3d0305993c7a63263f902ab510..8e5ff19bae470d74a0a6b8f9c1c2f05f9059fb49 100644
|
| --- a/Source/core/html/HTMLFormControlElement.h
|
| +++ b/Source/core/html/HTMLFormControlElement.h
|
| @@ -181,6 +181,7 @@ private:
|
| // Cache of valid().
|
| // But "candidate for constraint validation" doesn't affect m_isValid.
|
| bool m_isValid : 1;
|
| + bool m_validityIsDirty : 1;
|
|
|
| bool m_wasChangedSinceLastFormControlChangeEvent : 1;
|
| bool m_wasFocusedByMouse : 1;
|
|
|