Index: Source/bindings/tests/idls/TestCallback.idl |
diff --git a/Source/bindings/tests/idls/TestCallback.idl b/Source/bindings/tests/idls/TestCallback.idl |
index 48dddd88421a659eed1df8d9cdac5f618750c67a..f274b51bfc089250df96502f1c0b8dd89e469525 100644 |
--- a/Source/bindings/tests/idls/TestCallback.idl |
+++ b/Source/bindings/tests/idls/TestCallback.idl |
@@ -36,5 +36,6 @@ callback interface TestCallback { |
boolean callbackWithStringList(DOMStringList listParam); |
boolean callbackWithBoolean(boolean boolParam); |
boolean callbackWithSequence(sequence<TestObject> sequenceParam); |
+ boolean callbackWithFloat(float floatParam); |
[CallWith=ThisValue] boolean callbackWithThisArg(long param); |
}; |