Index: Source/bindings/tests/idls/TestObject.idl |
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl |
index b1d95854cbe9796034566175058c4b92d0c281d5..66b88966a66b7eeb852f159804a2d893219e6b3c 100644 |
--- a/Source/bindings/tests/idls/TestObject.idl |
+++ b/Source/bindings/tests/idls/TestObject.idl |
@@ -148,6 +148,7 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2); |
void methodWithCallbackArg(TestCallback callback); |
void methodWithNonCallbackArgAndCallbackArg(long nonCallback, TestCallback callback); |
void methodWithCallbackAndOptionalArg(optional TestCallback callback); |
+ void methodWithNullableCallbackArg(TestCallback? callback); |
// static methods with Callback parameter |
static void staticMethodWithCallbackAndOptionalArg(optional TestCallback callback); |
static void staticMethodWithCallbackArg(TestCallback callback); |