Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / speech / SpeechSynthesisUtterance.idl
index 490a03a..b4a36ed 100644 (file)
@@ -26,8 +26,7 @@
 [
     GarbageCollected,
     Constructor(optional DOMString text = null),
-    ConstructorCallWith=ExecutionContext,
-    RuntimeEnabled=SpeechSynthesis,
+    ConstructorCallWith=ExecutionContext
 ] interface SpeechSynthesisUtterance : EventTarget {
     attribute DOMString text;
     attribute DOMString lang;