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

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

Issue 482273005: Remove SpeechSynthesis runtime flag (status=stable) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add WebRuntimeFeatures.h Created 6 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 | « no previous file | Source/modules/speech/SpeechSynthesisEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/speech/SpeechSynthesis.idl
diff --git a/Source/modules/speech/SpeechSynthesis.idl b/Source/modules/speech/SpeechSynthesis.idl
index 78222925157fae492ab315b94801ada21894e8f6..98b53def2a815ff979eb9629532594783101979e 100644
--- a/Source/modules/speech/SpeechSynthesis.idl
+++ b/Source/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 | « no previous file | Source/modules/speech/SpeechSynthesisEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698