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

Unified Diff: Source/core/testing/UnionTypesTest.idl

Issue 704503002: IDL: Union type support for attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@union-arraybuffer
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « Source/core/testing/UnionTypesTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/UnionTypesTest.idl
diff --git a/Source/core/testing/UnionTypesTest.idl b/Source/core/testing/UnionTypesTest.idl
index 751f43ec184937b6eb89f5b5c854305c3c062d47..282969ec181a78e8c79658e50afc11b3944c369f 100644
--- a/Source/core/testing/UnionTypesTest.idl
+++ b/Source/core/testing/UnionTypesTest.idl
@@ -5,5 +5,7 @@
[
GarbageCollected
] interface UnionTypesTest {
+ attribute (double or DOMString) doubleOrStringAttribute;
+
DOMString doubleOrStringArg((double or DOMString) arg);
};
« no previous file with comments | « Source/core/testing/UnionTypesTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698