Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl

Issue 2746713003: bindings: Add support for nested union types (Closed)
Patch Set: Improve documentation Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698