Index: Source/bindings/tests/idls/TestObject.idl |
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl |
index 61d4dfa54453df8941f5add9178f71292fe65480..3dbad68d3771b56b3a89b6754b838de53a924a1c 100644 |
--- a/Source/bindings/tests/idls/TestObject.idl |
+++ b/Source/bindings/tests/idls/TestObject.idl |
@@ -75,6 +75,9 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2); |
// TypedArray attribute |
attribute Float32Array typedArrayAttr; |
+ // Function attribute |
+ attribute Function functionAttr; |
+ |
// Methods |
void voidMethod(); |
void voidMethodWithArgs(long longArg, DOMString strArg, TestObject objArg); |