Chromium Code Reviews| Index: Source/bindings/tests/idls/TestInterfaceConstructor2.idl |
| diff --git a/Source/bindings/tests/idls/TestInterfaceConstructor2.idl b/Source/bindings/tests/idls/TestInterfaceConstructor2.idl |
| index d42461e8dfa83edb872f057d7a3455b60a92ce4a..67e6e0d74de352573b6dd8a0de3ddcd49023fb9c 100644 |
| --- a/Source/bindings/tests/idls/TestInterfaceConstructor2.idl |
| +++ b/Source/bindings/tests/idls/TestInterfaceConstructor2.idl |
| @@ -42,7 +42,7 @@ |
| TestInterfaceEmpty testInterfaceEmptyArg, |
| long longArg, |
| [Default=Undefined] optional DOMString defaultUndefinedOptionalStringArg, |
| - [Default=NullString] optional DOMString defaultNullStringOptionalStringArg, |
| - [Default=Undefined] optional Dictionary defaultUndefinedOptionalDictionaryArg), |
| + [Default=Undefined] optional Dictionary defaultUndefinedOptionalDictionaryArg, |
|
Nils Barth (inactive)
2014/04/10 01:01:23
? Could you keep the [Default=NullString] argument
sof
2014/04/10 06:16:40
Done.
|
| + optional DOMString optionalStringArg), |
| ] interface TestInterfaceConstructor2 { |
| }; |