Index: Source/bindings/tests/idls/core/TestObject.idl |
diff --git a/Source/bindings/tests/idls/core/TestObject.idl b/Source/bindings/tests/idls/core/TestObject.idl |
index cbccba930c10090a9e6cd026967fa8f5fd349e29..eb68f23e2db0c03fbc0aa950a63deb84241724a3 100644 |
--- a/Source/bindings/tests/idls/core/TestObject.idl |
+++ b/Source/bindings/tests/idls/core/TestObject.idl |
@@ -161,6 +161,7 @@ interface TestObject { |
attribute (double? or DOMString) doubleOrNullStringAttribute; |
attribute (DOMString or sequence<DOMString>) stringOrStringSequenceAttribute; |
attribute (TestEnum or double) testEnumOrDoubleAttribute; |
+ attribute (unrestricted double or DOMString) unrestrictedDoubleOrStringAttribute; |
// Extended attributes |
[LogActivity, LogAllWorlds] attribute long activityLoggingAccessForAllWorldsLongAttribute; |