| Index: Source/bindings/tests/idls/TestInterfaceConstructor.idl
|
| diff --git a/Source/bindings/tests/idls/TestInterfaceConstructor.idl b/Source/bindings/tests/idls/TestInterfaceConstructor.idl
|
| index ef46b8a1387a0b567dae78a2ec07c174cc6135a4..a910a2bf849b271bde2a282c124255933f285984 100644
|
| --- a/Source/bindings/tests/idls/TestInterfaceConstructor.idl
|
| +++ b/Source/bindings/tests/idls/TestInterfaceConstructor.idl
|
| @@ -28,7 +28,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// Note that length == 0 and overloaded; need other tests for other cases.
|
| [
|
| + Constructor,
|
| Constructor(
|
| double doubleArg,
|
| DOMString stringArg,
|
| @@ -36,10 +38,7 @@
|
| Dictionary dictionaryArg,
|
| sequence<DOMString> sequenceStringArg,
|
| optional Dictionary optionalDictionaryArg,
|
| - [Default=Undefined] optional DOMString defaultUndefinedOptionalStringArg,
|
| - [Default=NullString] optional DOMString defaultNullStringOptionalStringArg,
|
| - [Default=Undefined] optional TestInterfaceEmpty optionalTestInterfaceEmptyArg,
|
| - [Default=Undefined] optional Dictionary defaultUndefinedOptionalDictionaryArg),
|
| + [Default=Undefined] optional TestInterfaceEmpty optionalTestInterfaceEmptyArg),
|
| ConstructorCallWith=ExecutionContext&Document,
|
| MeasureAs=TestFeature,
|
| RaisesException=Constructor,
|
|
|