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

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

Issue 1523633002: Fix a crash when 'input' event handler for input[type=color] change the input type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/HTMLInputElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.h b/third_party/WebKit/Source/core/html/HTMLInputElement.h
index 2d28e4b314fd35c3adf1e1b66207925cd06e08bf..423c2a70a4edcec36250f23c886c0067008d8a6b 100644
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h
@@ -136,6 +136,7 @@ public:
String valueWithDefault() const;
+ // It dispatched 'input' event for non-textfield types.
kochi 2015/12/14 05:01:44 This comment isn't clear to me. What is "It"? Why
tkent 2015/12/14 05:18:18 I'm sorry for the unclear comment. - it -> This fu
void setValueFromRenderer(const String&);
int selectionStartForBinding(ExceptionState&) const;

Powered by Google App Engine
This is Rietveld 408576698