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

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

Issue 854113002: IDL: Enumeration support in union types (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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
« 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 23e0c93c365c552af0e0c90e9b5a447b6f5361e5..d6cef1543fd399abcb0548f65db9e33449af394c 100644
--- a/Source/core/testing/UnionTypesTest.idl
+++ b/Source/core/testing/UnionTypesTest.idl
@@ -8,6 +8,7 @@
attribute (double or DOMString or DOMString[]) doubleOrStringOrStringArrayAttribute;
DOMString doubleOrStringArg((double or DOMString) arg);
+ DOMString doubleOrInternalEnumArg((double or InternalEnum) arg);
[ImplementedAs=doubleOrStringArg] DOMString doubleOrStringDefaultDoubleArg(optional (double or DOMString) arg = 3.14);
[ImplementedAs=doubleOrStringArg] DOMString doubleOrStringDefaultStringArg(optional (double or DOMString) arg = "foo");
« 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