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..33fa73993e2fb5f61d720332da6e83df457336c0 100644 |
| --- a/Source/bindings/tests/idls/TestInterfaceConstructor2.idl |
| +++ b/Source/bindings/tests/idls/TestInterfaceConstructor2.idl |
| @@ -41,8 +41,8 @@ |
| Constructor( |
| TestInterfaceEmpty testInterfaceEmptyArg, |
| long longArg, |
| - [Default=Undefined] optional DOMString defaultUndefinedOptionalStringArg, |
| - [Default=NullString] optional DOMString defaultNullStringOptionalStringArg, |
| + [Default=Undefined] optional DOMString defaultUndefinedStringOptionalStringArg, |
| + optional DOMString optionalStringArg, |
|
Nils Barth (inactive)
2014/04/09 09:36:38
You mean to add another one here, right?
I.e., kee
sof
2014/04/09 10:53:16
Moved it down (and changed naming of 3rd arg back
|
| [Default=Undefined] optional Dictionary defaultUndefinedOptionalDictionaryArg), |
| ] interface TestInterfaceConstructor2 { |
| }; |