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

Unified Diff: Source/core/events/EventListener.idl

Issue 1149963004: Sync various event interfaces with their specs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: spec URL update Created 5 years, 6 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
« no previous file with comments | « no previous file | Source/core/events/MutationEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/EventListener.idl
diff --git a/Source/core/events/EventListener.idl b/Source/core/events/EventListener.idl
index fc4b8bc62b4ed9e47399b2987a783d47dabf94df..3f601bdda69a60c80f8fcc917ca11b21ac2428a7 100644
--- a/Source/core/events/EventListener.idl
+++ b/Source/core/events/EventListener.idl
@@ -18,7 +18,8 @@
* Boston, MA 02110-1301, USA.
*/
+// https://dom.spec.whatwg.org/#callbackdef-eventlistener
+
callback interface EventListener {
void handleEvent(Event event);
};
-
« no previous file with comments | « no previous file | Source/core/events/MutationEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698