| 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 57ff27779d088ea3a27105e75a7099c8a85f215f..b35d12018f821053f23c9076d25daffd55a64bbe 100644
|
| --- a/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -160,6 +160,7 @@ interface TestObject {
|
| attribute (double or DOMString)? doubleOrStringOrNullAttribute;
|
| attribute (double? or DOMString) doubleOrNullStringAttribute;
|
| attribute (DOMString or sequence<DOMString>) stringOrStringSequenceAttribute;
|
| + attribute (TestEnum or double) testEnumOrDoubleAttribute;
|
|
|
| // Extended attributes
|
| [LogActivity, LogAllWorlds] attribute long activityLoggingAccessForAllWorldsLongAttribute;
|
|
|