| Index: third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| index 4e24d28c2a4e6b69bfd850f19e0a9b767816aafd..3757b870e3b680154f4e974b73990f96856e3bba 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -112,6 +112,7 @@ interface TestObject {
|
| attribute FrozenArray<DOMString> stringFrozenArrayAttribute;
|
| attribute FrozenArray<TestInterfaceEmpty> testInterfaceEmptyFrozenArrayAttribute;
|
| // Nullable attributes
|
| + attribute boolean? booleanOrNullAttribute;
|
| attribute DOMString? stringOrNullAttribute;
|
| attribute long? longOrNullAttribute;
|
| attribute TestInterface? testInterfaceOrNullAttribute;
|
|
|