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

Unified Diff: modules/speech/SpeechSynthesis.idl

Issue 959933002: Move IDLs to 39 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 5 years, 10 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/ServiceWorkerRegistration.idl ('k') | modules/speech/SpeechSynthesisEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/speech/SpeechSynthesis.idl
diff --git a/modules/speech/SpeechSynthesis.idl b/modules/speech/SpeechSynthesis.idl
index 78222925157fae492ab315b94801ada21894e8f6..98b53def2a815ff979eb9629532594783101979e 100644
--- a/modules/speech/SpeechSynthesis.idl
+++ b/modules/speech/SpeechSynthesis.idl
@@ -25,8 +25,7 @@
[
GarbageCollected,
- NoInterfaceObject,
- RuntimeEnabled=SpeechSynthesis
+ NoInterfaceObject
] interface SpeechSynthesis : EventTarget {
readonly attribute boolean pending;
readonly attribute boolean speaking;
« no previous file with comments | « modules/serviceworkers/ServiceWorkerRegistration.idl ('k') | modules/speech/SpeechSynthesisEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698