Index: bindings/tests/idls/core/TestInterfaceConstructor.idl |
diff --git a/bindings/tests/idls/core/TestInterfaceConstructor.idl b/bindings/tests/idls/core/TestInterfaceConstructor.idl |
index f82e44c6d97deea14d02b90a881c6e7301f3c20a..29878aefdab7b08e24ba24a03e7903747bd71254 100644 |
--- a/bindings/tests/idls/core/TestInterfaceConstructor.idl |
+++ b/bindings/tests/idls/core/TestInterfaceConstructor.idl |
@@ -38,12 +38,13 @@ |
Dictionary dictionaryArg, |
sequence<DOMString> sequenceStringArg, |
sequence<Dictionary> sequenceDictionaryArg, |
+ sequence<(long or TestDictionary)> sequenceLongOrTestDictionaryArg, |
optional Dictionary optionalDictionaryArg, |
[Default=Undefined] optional TestInterfaceEmpty optionalTestInterfaceEmptyArg), |
Constructor(DOMString arg, optional DOMString optArg), |
Constructor(DOMString arg, DOMString arg2, DOMString arg3), |
NamedConstructor=Audio(DOMString arg, optional DOMString optArg), |
- ConstructorCallWith=(ExecutionContext,Document), |
+ ConstructorCallWith=(ScriptState,ExecutionContext,Document), |
MeasureAs=TestFeature, |
RaisesException=Constructor, |
] interface TestInterfaceConstructor { |