From 0d9f88d21d2fc060417695266fb5f74fc3ddb21d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Mon, 6 Aug 2018 12:56:08 +0200 Subject: [PATCH] Remove the SpeechGrammar constructor Nothing can be done with these objects, as SpeechGrammarList is populated using addFromURI/addFromString. Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=26992. --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 3356e57..d062a62 100644 --- a/index.bs +++ b/index.bs @@ -222,7 +222,7 @@ interface SpeechRecognitionEvent : Event { }; // The object representing a speech grammar -[Exposed=Window, Constructor] +[Exposed=Window] interface SpeechGrammar { attribute DOMString src; attribute float weight;