summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.idl')
-rw-r--r--chromium/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.idl b/chromium/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.idl
index 50a0173c29c..490a03a25c2 100644
--- a/chromium/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.idl
+++ b/chromium/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.idl
@@ -24,7 +24,8 @@
*/
[
- Constructor([Default=NullString] optional DOMString text),
+ GarbageCollected,
+ Constructor(optional DOMString text = null),
ConstructorCallWith=ExecutionContext,
RuntimeEnabled=SpeechSynthesis,
] interface SpeechSynthesisUtterance : EventTarget {