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

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

Issue 1829753003: [Extensions] Update generated code to support movable additional properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Antony's 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 b09f1a8206d45147b5cbd0cac7545c69e6b10368..2b4dd7b7f72ca0751f6b77fe8e4e0707f453f1ac 100644
--- a/tools/json_schema_compiler/test/objects_movable.idl
+++ b/tools/json_schema_compiler/test/objects_movable.idl
@@ -19,5 +19,6 @@
dictionary MovableParent {
MovablePod[] pods;
DOMString[] strs;
+ [instanceOf=Blob]object blob;
};
};

Powered by Google App Engine
This is Rietveld 408576698