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

Unified Diff: tools/json_schema_compiler/test/objects_movable.idl

Issue 1837293004: [Extensions] Support choices in autogenerated movable types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: tools/json_schema_compiler/test/objects_movable.idl
diff --git a/tools/json_schema_compiler/test/objects_movable.idl b/tools/json_schema_compiler/test/objects_movable.idl
index 2b4dd7b7f72ca0751f6b77fe8e4e0707f453f1ac..6fa125d59ba69833b5d533fe6e14218e3b790078 100644
--- a/tools/json_schema_compiler/test/objects_movable.idl
+++ b/tools/json_schema_compiler/test/objects_movable.idl
@@ -20,5 +20,6 @@
MovablePod[] pods;
DOMString[] strs;
[instanceOf=Blob]object blob;
+ (DOMString or MovablePod) choice;
};
};

Powered by Google App Engine
This is Rietveld 408576698