| 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 11b004297d9da627cf43149385ae2bd076ce71c3..f6d9f3869341a4de80b693dbcddffe228f27bd7e 100644
|
| --- a/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -150,6 +150,7 @@ interface TestObject {
|
| attribute TestInterface? testInterfaceOrNullAttribute;
|
| // Enumerations
|
| attribute TestEnum testEnumAttribute;
|
| + attribute TestEnum? testEnumOrNullAttribute;
|
| // Static attributes
|
| static attribute DOMString staticStringAttribute;
|
| static attribute long staticLongAttribute;
|
|
|