| Index: Source/bindings/tests/idls/TestInterfaceConstructor2.idl
|
| diff --git a/Source/bindings/tests/idls/TestInterfaceConstructor2.idl b/Source/bindings/tests/idls/TestInterfaceConstructor2.idl
|
| index 10057de6dcce46770bf791f10f60f1fa9ba89864..b46834220741501f230dd77d512d78f6da568101 100644
|
| --- a/Source/bindings/tests/idls/TestInterfaceConstructor2.idl
|
| +++ b/Source/bindings/tests/idls/TestInterfaceConstructor2.idl
|
| @@ -32,10 +32,6 @@
|
| // Need separate tests for constructors with length == 0 and length > 0,
|
| // and for overloaded vs. non-overloaded, if length > 0.
|
| // length == 0, non-overloaded just omits a block and is not worth another test.
|
| -//
|
| -// Also includes some [Default] arguments (instead of in
|
| -// TestInterfaceConstructor.idl), otherwise overload resolution check string is
|
| -// extremely long and triggers a lint warning (line length).
|
| [
|
| // 2 constructors with same type length, to test overload resolution
|
| Constructor(DOMString stringArg),
|
| @@ -43,9 +39,9 @@
|
| Constructor(
|
| TestInterfaceEmpty testInterfaceEmptyArg,
|
| long longArg,
|
| - [Default=Undefined] optional DOMString defaultUndefinedOptionalStringArg,
|
| + optional DOMString defaultUndefinedOptionalStringArg,
|
| optional DOMString defaultNullStringOptionalStringArg = null,
|
| - [Default=Undefined] optional Dictionary defaultUndefinedOptionalDictionaryArg,
|
| + optional Dictionary defaultUndefinedOptionalDictionaryArg,
|
| optional DOMString optionalStringArg),
|
| ] interface TestInterfaceConstructor2 {
|
| };
|
|
|