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

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

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/bindings/tests/results/core/V8TestObject.cpp ('k') | Source/core/testing/UnionTypesTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/UnionTypesTest.h
diff --git a/Source/core/testing/UnionTypesTest.h b/Source/core/testing/UnionTypesTest.h
index 0e4d51ef482e72468aa526f12cf91ea0bb91ab11..b83f34c974bc55d747c6ea1fd9f9da3bea59b2ac 100644
--- a/Source/core/testing/UnionTypesTest.h
+++ b/Source/core/testing/UnionTypesTest.h
@@ -23,6 +23,7 @@ public:
void setDoubleOrStringOrStringArrayAttribute(const DoubleOrStringOrStringArray&);
String doubleOrStringArg(DoubleOrString&);
+ String doubleOrInternalEnumArg(DoubleOrInternalEnum&);
String doubleOrStringArrayArg(Vector<DoubleOrString>&);
String doubleOrStringSequenceArg(Vector<DoubleOrString>&);
« no previous file with comments | « Source/bindings/tests/results/core/V8TestObject.cpp ('k') | Source/core/testing/UnionTypesTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698