| Index: third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.idl
|
| diff --git a/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.idl b/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.idl
|
| index 872fa895e1762193f947f15fcdbe41baf752140b..8a0527903bde4af770f36585c5ba10327d9f68af 100644
|
| --- a/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.idl
|
| +++ b/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.idl
|
| @@ -27,7 +27,6 @@
|
| Constructor(optional DOMString text = null),
|
| ConstructorCallWith=ExecutionContext,
|
| RuntimeEnabled=ScriptedSpeech,
|
| - GarbageCollected,
|
| ] interface SpeechSynthesisUtterance : EventTarget {
|
| attribute DOMString text;
|
| attribute DOMString lang;
|
|
|