Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(550)

Unified Diff: third_party/WebKit/Source/core/html/HTMLTextFormControlElement.h

Issue 2447653002: INPUT element: Do not dispatch events in detachLayoutTree(). (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&,

Powered by Google App Engine
This is Rietveld 408576698