| Index: Source/bindings/tests/idls/core/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/core/TestObject.idl b/Source/bindings/tests/idls/core/TestObject.idl
|
| index 55d43887a3ec8edfa8e48e3fdfba71831444d699..96ca657c27bd955845a26d1e89a6abf8f32b57fd 100644
|
| --- a/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -556,6 +556,7 @@ interface TestObject {
|
| [RaisesException] void raisesExceptionVoidMethodOptionalTestCallbackInterfaceArg(optional TestCallbackInterface optionalTestCallbackInterfaceArg);
|
| [RaisesException] TestInterfaceEmpty raisesExceptionTestInterfaceEmptyVoidMethod();
|
| [RaisesException] XPathNSResolver raisesExceptionXPathNSResolverVoidMethod();
|
| + [RawPrimitives] void methodWithRawPrimitivesForDefaultUndefinedArguments(double firstArg, optional long secondArg, [Default=Undefined] optional double optionalDoubleArg);
|
| [CallWith=ExecutionContext, RaisesException] void callWithExecutionContextRaisesExceptionVoidMethodLongArg(long longArg);
|
| [RuntimeEnabled=FeatureName] void runtimeEnabledVoidMethod();
|
| [PerWorldBindings, RuntimeEnabled=FeatureName] void perWorldBindingsRuntimeEnabledVoidMethod();
|
|
|