summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/speech/window_speech.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/speech/window_speech.idl')
-rw-r--r--chromium/third_party/blink/renderer/modules/speech/window_speech.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/chromium/third_party/blink/renderer/modules/speech/window_speech.idl b/chromium/third_party/blink/renderer/modules/speech/window_speech.idl
index 9f30b4fdf65..12f7346cbf4 100644
--- a/chromium/third_party/blink/renderer/modules/speech/window_speech.idl
+++ b/chromium/third_party/blink/renderer/modules/speech/window_speech.idl
@@ -6,10 +6,10 @@
ImplementedAs=DOMWindowSpeech,
RuntimeEnabled=ScriptedSpeechRecognition
] partial interface Window {
- [Measure] attribute SpeechGrammarConstructor webkitSpeechGrammar;
- [Measure] attribute SpeechGrammarListConstructor webkitSpeechGrammarList;
- [Measure] attribute SpeechRecognitionConstructor webkitSpeechRecognition;
+ [DisableInNewIDLCompiler, Measure] attribute SpeechGrammarConstructor webkitSpeechGrammar;
+ [DisableInNewIDLCompiler, Measure] attribute SpeechGrammarListConstructor webkitSpeechGrammarList;
+ [DisableInNewIDLCompiler, Measure] attribute SpeechRecognitionConstructor webkitSpeechRecognition;
// Note that the prefixed variant does not end with "Event".
- [Measure] attribute SpeechRecognitionErrorEventConstructor webkitSpeechRecognitionError;
- [Measure] attribute SpeechRecognitionEventConstructor webkitSpeechRecognitionEvent;
+ [DisableInNewIDLCompiler, Measure] attribute SpeechRecognitionErrorEventConstructor webkitSpeechRecognitionError;
+ [DisableInNewIDLCompiler, Measure] attribute SpeechRecognitionEventConstructor webkitSpeechRecognitionEvent;
};