| Index: third_party/WebKit/Source/core/html/HTMLTextFormControlElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTextFormControlElement.h b/third_party/WebKit/Source/core/html/HTMLTextFormControlElement.h
|
| index 65ba2ba68c0d26613030dc88f042e48c1c9d5840..d7ad63139e197b49451cd207bcd448ff9c33e483 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTextFormControlElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTextFormControlElement.h
|
| @@ -103,6 +103,7 @@ class CORE_EXPORT HTMLTextFormControlElement
|
| void setAutocapitalize(const AtomicString&);
|
|
|
| void dispatchFormControlChangeEvent() final;
|
| + void enqueueChangeEvent();
|
|
|
| virtual String value() const = 0;
|
| virtual void setValue(const String&,
|
|
|