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

Unified Diff: Source/core/html/HTMLElement.idl

Issue 1285793004: isTrusted is incorrect for events generated by Element.click() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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: Source/core/html/HTMLElement.idl
diff --git a/Source/core/html/HTMLElement.idl b/Source/core/html/HTMLElement.idl
index 7a849e9443fef9fa96094778f023998820335f0a..9b9a3dccaded875814a3f1cbeda6fda07cba0c54 100644
--- a/Source/core/html/HTMLElement.idl
+++ b/Source/core/html/HTMLElement.idl
@@ -30,7 +30,7 @@ interface HTMLElement : Element {
// user interaction
[Reflect] attribute boolean hidden;
- void click();
+ [ImplementedAs=clickForBindings] void click();
[CustomElementCallbacks] attribute long tabIndex;
void focus();
void blur();

Powered by Google App Engine
This is Rietveld 408576698