| Index: Source/bindings/tests/idls/TestPartialInterfacePython.idl
|
| diff --git a/Source/bindings/tests/idls/TestPartialInterfacePython.idl b/Source/bindings/tests/idls/TestPartialInterfacePython.idl
|
| index 4d20e361ff33682567e86124709ca8ef7930e177..68a7cff2ce15a8c22c0dad9408d84fca60396e3e 100644
|
| --- a/Source/bindings/tests/idls/TestPartialInterfacePython.idl
|
| +++ b/Source/bindings/tests/idls/TestPartialInterfacePython.idl
|
| @@ -40,5 +40,6 @@
|
|
|
| void partialVoidMethod();
|
| static void partialStaticVoidMethod();
|
| + void partialVoidMethodLongArg(long longArg);
|
| [CallWith=ExecutionContext, RaisesException] void partialCallWithExecutionContextRaisesExceptionVoidMethod();
|
| };
|
|
|