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

Unified Diff: Source/modules/speech/SpeechRecognition.idl

Issue 22581002: Use EventHandler type instead of EventListener for event handler attributes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
« no previous file with comments | « Source/modules/notifications/Notification.idl ('k') | Source/modules/speech/SpeechSynthesisUtterance.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/speech/SpeechRecognition.idl
diff --git a/Source/modules/speech/SpeechRecognition.idl b/Source/modules/speech/SpeechRecognition.idl
index 9f6634ebb5794d20c9a68c66cdbafe5f55bfcf18..95eb5d5834eb1d167d3243d1d885b709d779fd8e 100644
--- a/Source/modules/speech/SpeechRecognition.idl
+++ b/Source/modules/speech/SpeechRecognition.idl
@@ -39,15 +39,15 @@
[ImplementedAs=stopFunction] void stop();
void abort();
- attribute EventListener onaudiostart;
- attribute EventListener onsoundstart;
- attribute EventListener onspeechstart;
- attribute EventListener onspeechend;
- attribute EventListener onsoundend;
- attribute EventListener onaudioend;
- attribute EventListener onresult;
- attribute EventListener onnomatch;
- attribute EventListener onerror;
- attribute EventListener onstart;
- attribute EventListener onend;
+ attribute EventHandler onaudiostart;
+ attribute EventHandler onsoundstart;
+ attribute EventHandler onspeechstart;
+ attribute EventHandler onspeechend;
+ attribute EventHandler onsoundend;
+ attribute EventHandler onaudioend;
+ attribute EventHandler onresult;
+ attribute EventHandler onnomatch;
+ attribute EventHandler onerror;
+ attribute EventHandler onstart;
+ attribute EventHandler onend;
};
« no previous file with comments | « Source/modules/notifications/Notification.idl ('k') | Source/modules/speech/SpeechSynthesisUtterance.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698