| Index: Source/bindings/tests/idls/TestCallback.idl
|
| diff --git a/Source/bindings/tests/idls/TestCallback.idl b/Source/bindings/tests/idls/TestCallback.idl
|
| index 481d72ea2a683d3549b605ac9ca2368ece3885e0..86b053e0364b4c7037158133e5bbb700340eca03 100644
|
| --- a/Source/bindings/tests/idls/TestCallback.idl
|
| +++ b/Source/bindings/tests/idls/TestCallback.idl
|
| @@ -37,4 +37,5 @@ callback interface TestCallback {
|
| boolean callbackWithSequenceArg(sequence<TestInterfaceEmpty> sequenceArg);
|
| boolean callbackWithFloatArg(float floatArg);
|
| [CallWith=ThisValue] boolean callbackWithThisArg(long arg);
|
| + void callbackWithVoidReturnValue();
|
| };
|
|
|