Index: modules/speech/SpeechSynthesisUtterance.idl |
diff --git a/modules/speech/SpeechSynthesisUtterance.idl b/modules/speech/SpeechSynthesisUtterance.idl |
index b143ea24a06b894e59dbd1f38368ccb42194246a..490a03a25c29d354031c97282583058eb5c51eef 100644 |
--- a/modules/speech/SpeechSynthesisUtterance.idl |
+++ b/modules/speech/SpeechSynthesisUtterance.idl |
@@ -24,8 +24,8 @@ |
*/ |
[ |
- WillBeGarbageCollected, |
- Constructor([Default=NullString] optional DOMString text), |
+ GarbageCollected, |
+ Constructor(optional DOMString text = null), |
ConstructorCallWith=ExecutionContext, |
RuntimeEnabled=SpeechSynthesis, |
] interface SpeechSynthesisUtterance : EventTarget { |