Chromium Code Reviews| Index: Source/core/html/HTMLInputElement.h |
| diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h |
| index af27a9223b1e0e62a9bdabe864a5ea7cd5d732f3..a4d15d61338f7da45d9766402989d34f4300f788 100644 |
| --- a/Source/core/html/HTMLInputElement.h |
| +++ b/Source/core/html/HTMLInputElement.h |
| @@ -376,6 +376,8 @@ private: |
| virtual PassRefPtr<RenderStyle> customStyleForRenderer() OVERRIDE; |
| #endif |
| + virtual bool shouldDispatchFormControlChangeEvent(String&, String&) OVERRIDE; |
| + |
| AtomicString m_name; |
| String m_valueIfDirty; |
| String m_suggestedValue; |