| Index: Source/modules/speech/SpeechGrammar.idl
|
| diff --git a/Source/modules/speech/SpeechGrammar.idl b/Source/modules/speech/SpeechGrammar.idl
|
| index 7b186bf53679442e56993a2cdbe6e38032c1867d..c95516b51a76470856a8756c1aad7340755c0fe5 100644
|
| --- a/Source/modules/speech/SpeechGrammar.idl
|
| +++ b/Source/modules/speech/SpeechGrammar.idl
|
| @@ -24,9 +24,10 @@
|
| */
|
|
|
| [
|
| + Constructor,
|
| GarbageCollected,
|
| NoInterfaceObject,
|
| - Constructor
|
| + TypeChecking=Unrestricted,
|
| ] interface SpeechGrammar {
|
| [URL,CallWith=ExecutionContext] attribute DOMString src;
|
| attribute float weight;
|
|
|