Chromium Code Reviews| Index: Source/core/html/HTMLTextFormControlElement.h | 
| diff --git a/Source/core/html/HTMLTextFormControlElement.h b/Source/core/html/HTMLTextFormControlElement.h | 
| index 576c867f86d1cc426354eebe492b319dd837e699..28cb35bfc7bf5b02ce505d9b0f02849c75662a91 100644 | 
| --- a/Source/core/html/HTMLTextFormControlElement.h | 
| +++ b/Source/core/html/HTMLTextFormControlElement.h | 
| @@ -72,6 +72,7 @@ public: | 
| PassRefPtrWillBeRawPtr<Range> selection() const; | 
| virtual void dispatchFormControlChangeEvent() OVERRIDE FINAL; | 
| + virtual bool shouldDispatchFormControlChangeEvent(String&, String&); | 
| 
 
tkent
2014/05/07 10:09:56
This should be protected.
 
Habib Virji
2014/05/07 10:27:10
Done.
 
 | 
| virtual String value() const = 0; |