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

Unified Diff: modules/speech/SpeechRecognition.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « modules/serviceworkers/WindowClient.idl ('k') | modules/speech/SpeechSynthesis.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/speech/SpeechRecognition.idl
diff --git a/modules/speech/SpeechRecognition.idl b/modules/speech/SpeechRecognition.idl
index 71854f7852fc0152a2ce364389a6ea89eb4179f9..cbd14c282b32b1187670fa521ea64b4208ff11e7 100644
--- a/modules/speech/SpeechRecognition.idl
+++ b/modules/speech/SpeechRecognition.idl
@@ -26,17 +26,16 @@
[
GarbageCollected,
NoInterfaceObject,
- ActiveDOMObject,
+ DependentLifetime,
Constructor,
ConstructorCallWith=ExecutionContext,
] interface SpeechRecognition : EventTarget {
- attribute SpeechGrammarList grammars;
+ [LegacyInterfaceTypeChecking] attribute SpeechGrammarList grammars;
attribute DOMString lang;
- attribute DOMString serviceURI;
attribute boolean continuous;
attribute boolean interimResults;
attribute unsigned long maxAlternatives;
- [RuntimeEnabled=MediaStreamSpeech] attribute MediaStreamTrack audioTrack;
+ [RuntimeEnabled=MediaStreamSpeech, LegacyInterfaceTypeChecking] attribute MediaStreamTrack audioTrack;
[RaisesException] void start();
[ImplementedAs=stopFunction] void stop();
« no previous file with comments | « modules/serviceworkers/WindowClient.idl ('k') | modules/speech/SpeechSynthesis.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698