| Index: Source/bindings/tests/idls/TestInterfaceConstructor.idl
|
| diff --git a/Source/bindings/tests/idls/TestInterfaceConstructor.idl b/Source/bindings/tests/idls/TestInterfaceConstructor.idl
|
| index f82e44c6d97deea14d02b90a881c6e7301f3c20a..6d022ee3da9dea04bfe759a1f6e909e45a96511e 100644
|
| --- a/Source/bindings/tests/idls/TestInterfaceConstructor.idl
|
| +++ b/Source/bindings/tests/idls/TestInterfaceConstructor.idl
|
| @@ -39,7 +39,7 @@
|
| sequence<DOMString> sequenceStringArg,
|
| sequence<Dictionary> sequenceDictionaryArg,
|
| optional Dictionary optionalDictionaryArg,
|
| - [Default=Undefined] optional TestInterfaceEmpty optionalTestInterfaceEmptyArg),
|
| + optional TestInterfaceEmpty optionalTestInterfaceEmptyArg),
|
| Constructor(DOMString arg, optional DOMString optArg),
|
| Constructor(DOMString arg, DOMString arg2, DOMString arg3),
|
| NamedConstructor=Audio(DOMString arg, optional DOMString optArg),
|
|
|