Index: Source/bindings/tests/idls/TestInterfaceConstructor.idl |
diff --git a/Source/bindings/tests/idls/TestInterfaceConstructor.idl b/Source/bindings/tests/idls/TestInterfaceConstructor.idl |
index 27768af0702d81dfa6f93565f785e861ca20cb3d..88a55f5db6c80fad89de66e750c83085562177c7 100644 |
--- a/Source/bindings/tests/idls/TestInterfaceConstructor.idl |
+++ b/Source/bindings/tests/idls/TestInterfaceConstructor.idl |
@@ -29,7 +29,7 @@ |
*/ |
[ |
- Constructor(DOMString stringArgument, DOMString stringArgument2), |
+ Constructor(double doubleArg, DOMString stringArg, TestInterfaceEmpty testInterfaceEmptyArg, Dictionary dictionaryArg, sequence<DOMString> sequenceStringArg), |
ConstructorCallWith=ExecutionContext&Document, |
MeasureAs=TestFeature, |
RaisesException=Constructor, |