| Index: third_party/WebKit/Source/modules/speech/WindowSpeech.idl
|
| diff --git a/third_party/WebKit/Source/modules/speech/WindowSpeech.idl b/third_party/WebKit/Source/modules/speech/WindowSpeech.idl
|
| index 0d331cc70ca6b50eb3df784840cd4dbbd45a5077..549e681aa8873f0a843fe461b014e9254219cb76 100644
|
| --- a/third_party/WebKit/Source/modules/speech/WindowSpeech.idl
|
| +++ b/third_party/WebKit/Source/modules/speech/WindowSpeech.idl
|
| @@ -6,9 +6,9 @@
|
| ImplementedAs=DOMWindowSpeech,
|
| RuntimeEnabled=ScriptedSpeech,
|
| ] partial interface Window {
|
| - attribute SpeechGrammarConstructor webkitSpeechGrammar;
|
| - attribute SpeechGrammarListConstructor webkitSpeechGrammarList;
|
| - attribute SpeechRecognitionConstructor webkitSpeechRecognition;
|
| - attribute SpeechRecognitionErrorConstructor webkitSpeechRecognitionError;
|
| - attribute SpeechRecognitionEventConstructor webkitSpeechRecognitionEvent;
|
| + [Measure] attribute SpeechGrammarConstructor webkitSpeechGrammar;
|
| + [Measure] attribute SpeechGrammarListConstructor webkitSpeechGrammarList;
|
| + [Measure] attribute SpeechRecognitionConstructor webkitSpeechRecognition;
|
| + [Measure] attribute SpeechRecognitionErrorConstructor webkitSpeechRecognitionError;
|
| + [Measure] attribute SpeechRecognitionEventConstructor webkitSpeechRecognitionEvent;
|
| };
|
|
|