Index: Source/modules/speech/SpeechSynthesisUtterance.idl |
diff --git a/Source/modules/speech/SpeechSynthesisUtterance.idl b/Source/modules/speech/SpeechSynthesisUtterance.idl |
index 4e602a9092ab9c3fdf61a1fe399801a6d11fba9d..3a9a64bb5dd0ce6e5308870006eb8a28c6fb1740 100644 |
--- a/Source/modules/speech/SpeechSynthesisUtterance.idl |
+++ b/Source/modules/speech/SpeechSynthesisUtterance.idl |
@@ -26,7 +26,7 @@ |
[ |
EnabledAtRuntime=speechSynthesis, |
EventTarget, |
- CallWith=ScriptExecutionContext, |
+ ConstructorCallWith=ScriptExecutionContext, |
Constructor([Default=NullString] optional DOMString text) |
] interface SpeechSynthesisUtterance { |
attribute DOMString text; |