| Index: Source/core/html/HTMLFormControlElement.h
 | 
| diff --git a/Source/core/html/HTMLFormControlElement.h b/Source/core/html/HTMLFormControlElement.h
 | 
| index f58615959569d83442f48a3760a39182f8ee7fb8..36f86ee4343dbc685caa29243e5da60787aaa6b5 100644
 | 
| --- a/Source/core/html/HTMLFormControlElement.h
 | 
| +++ b/Source/core/html/HTMLFormControlElement.h
 | 
| @@ -60,6 +60,7 @@ public:
 | 
|      virtual void setChangedSinceLastFormControlChangeEvent(bool) OVERRIDE FINAL;
 | 
|  
 | 
|      virtual void dispatchFormControlChangeEvent() OVERRIDE;
 | 
| +    void dispatchChangeEvent();
 | 
|      void dispatchFormControlInputEvent();
 | 
|  
 | 
|      virtual HTMLFormElement* formOwner() const OVERRIDE FINAL;
 | 
| 
 |