Index: Source/bindings/tests/idls/TestObject.idl |
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl |
index 1972641b2dfdd36b00c96a7bb93b8e88dc96ad60..5124c08d55498b94f6061845fb86e8d321fbfc5a 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); |