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