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..67abc2e6b5118ac0ab12cfd32108766ea6ca3d9d 100644 |
| --- a/Source/core/html/HTMLInputElement.h |
| +++ b/Source/core/html/HTMLInputElement.h |
| @@ -279,6 +279,8 @@ public: |
| void setShouldRevealPassword(bool value); |
| bool shouldRevealPassword() const { return m_shouldRevealPassword; } |
| + virtual bool shouldDispatchFormControlChangeEvent(String&, String&) OVERRIDE; |
|
tkent
2014/05/07 10:09:56
This should be private.
Habib Virji
2014/05/07 10:27:10
Done.
|
| + |
| protected: |
| HTMLInputElement(Document&, HTMLFormElement*, bool createdByParser); |