Index: Source/bindings/tests/idls/TestObject.idl |
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl |
index 87f1171102767c56468639716c10fa94e8c0ba97..7ee2c2cb48b15d17f022c9358cf101ab5d4024f0 100644 |
--- a/Source/bindings/tests/idls/TestObject.idl |
+++ b/Source/bindings/tests/idls/TestObject.idl |
@@ -96,6 +96,8 @@ interface TestObject { |
attribute long long longLongAttribute; |
attribute octet octetAttribute; |
attribute short shortAttribute; |
+ attribute unrestricted double unrestrictedDoubleAttribute; |
+ attribute unrestricted float unrestrictedFloatAttribute; |
attribute unsigned long unsignedLongAttribute; |
attribute unsigned long long unsignedLongLongAttribute; |
attribute unsigned short unsignedShortAttribute; |