| Index: third_party/WebKit/Source/modules/speech/WindowSpeechSynthesis.idl
|
| diff --git a/third_party/WebKit/Source/modules/speech/WindowSpeechSynthesis.idl b/third_party/WebKit/Source/modules/speech/WindowSpeechSynthesis.idl
|
| index 85f5b49f23fab44dc368c95a335599c8c914ad9c..503d00db0b2d90d04c78dd9b075883d0bc6c9ed1 100644
|
| --- a/third_party/WebKit/Source/modules/speech/WindowSpeechSynthesis.idl
|
| +++ b/third_party/WebKit/Source/modules/speech/WindowSpeechSynthesis.idl
|
| @@ -27,5 +27,5 @@
|
| ImplementedAs=DOMWindowSpeechSynthesis,
|
| RuntimeEnabled=ScriptedSpeech,
|
| ] partial interface Window {
|
| - readonly attribute SpeechSynthesis speechSynthesis;
|
| + [Measure] readonly attribute SpeechSynthesis speechSynthesis;
|
| };
|
|
|