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

Unified Diff: Source/bindings/tests/idls/core/TestInterfaceConstructor.idl

Issue 1063253005: bindings: Use Visitor to collect union types (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/scripts/idl_types.py ('k') | Source/bindings/tests/results/core/UnionTypesCore.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/core/TestInterfaceConstructor.idl
diff --git a/Source/bindings/tests/idls/core/TestInterfaceConstructor.idl b/Source/bindings/tests/idls/core/TestInterfaceConstructor.idl
index 8c495da7354822d86474f571f3d731f191dc4bf3..29878aefdab7b08e24ba24a03e7903747bd71254 100644
--- a/Source/bindings/tests/idls/core/TestInterfaceConstructor.idl
+++ b/Source/bindings/tests/idls/core/TestInterfaceConstructor.idl
@@ -38,6 +38,7 @@
Dictionary dictionaryArg,
sequence<DOMString> sequenceStringArg,
sequence<Dictionary> sequenceDictionaryArg,
+ sequence<(long or TestDictionary)> sequenceLongOrTestDictionaryArg,
optional Dictionary optionalDictionaryArg,
[Default=Undefined] optional TestInterfaceEmpty optionalTestInterfaceEmptyArg),
Constructor(DOMString arg, optional DOMString optArg),
« no previous file with comments | « Source/bindings/scripts/idl_types.py ('k') | Source/bindings/tests/results/core/UnionTypesCore.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698