| 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 ff3a38ef134ab44b1c71031442dc9751461e5d66..1022ee745773fa91fc0a41e37708d263c00cafbc 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -130,6 +130,7 @@ interface TestObject {
|
| attribute (DOMString or sequence<DOMString>) stringOrStringSequenceAttribute;
|
| attribute (TestEnum or double) testEnumOrDoubleAttribute;
|
| attribute (unrestricted double or DOMString) unrestrictedDoubleOrStringAttribute;
|
| + attribute ((double or DOMString) or sequence<(double or DOMString)>) nestedUnionAtribute;
|
|
|
| // Extended attributes
|
| [LogActivity, LogAllWorlds] attribute long activityLoggingAccessForAllWorldsLongAttribute;
|
|
|