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

Unified Diff: mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/test_enums.mojom.dart

Issue 1819223002: Mojom frontend: Allow non-reference types in non-zero versions of a struct. (Closed) Base URL: https://github.com/domokit/mojo.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: mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/test_enums.mojom.dart
diff --git a/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/test_enums.mojom.dart b/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/test_enums.mojom.dart
index f237eca7698cdb87095bb61f36a4ec48e4ccfeaa..50939fde37cb221ce6729341c8d77eeb6028c7c4 100644
--- a/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/test_enums.mojom.dart
+++ b/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/test_enums.mojom.dart
@@ -91,7 +91,7 @@ mojom_types.RuntimeTypeInfo _initRuntimeTypeInfo() {
// serializedRuntimeTypeInfo contains the bytes of the Mojo serialization of
// a mojom_types.RuntimeTypeInfo struct describing the Mojom types in this
// file. The string contains the base64 encoding of the gzip-compressed bytes.
- var serializedRuntimeTypeInfo = "H4sIAAAJbogC/9SSUUvDMBDHm27CRB+GiooOHfiyp8bH4ZMKFcGHiZbBnkZX44y0jTbtux/Vb6KX9iptl6GFii7w7+XC5e76u+wb2eqiPUVbPc9tp2KrcecFnxTiTkCHIGdya09v7MlZIJ6FFTMZWw587DAJvvIRTb1qnQ7J7LWxuD5g5f8xLJwti8/zqlp5Mwew3wItaXOhnxZoDcRBLogmMqK+8FyfzoWY+4w+iYBR7oa+4B6NX6nKTGXkZZuXZObDOQ9jFj26HpN0xsMHHs4lVdWz75RBfWmpC9iGMQC1QX3035DLu4nzaJfnOkDbJ+X+h6TMoymum9ifY987yj8G7Wm5WmlIlau6a/4B15++1y7O3jDqcSYNc17HnGP0e6AdPeex7v22cVb/nTOpydlsmPMG9nE1GqX+EWhXzzkN0XHeXgHOZk3OrV/ifHlx9x3nNETHubcCnHNunwEAAP//gLtUY4gHAAA=";
+ var serializedRuntimeTypeInfo = "H4sIAAAJbogC/5JggAABKG0ApdHFYTQHGo2uzgGJz4ikThmIpYE4JDLANd7bNdIqNz8rX68ktbhELwRIuOaV5sLNY8RiH7o9H6C0BwMm+A8EMH9YIInhUg8zF2QXzDFSQLYQEONwJoZ7mIGYFYjDgdgfiPUz8nNT9YtKU/JzM/NSi/RB5ugXFyVDGAWlSTmZyfqZeSWpRWmJyanF+kmZeSmZeenF+iC7IGR8KtC2Yj2QhlwGDaCZLECsALUvgxFCb2CC0D+YUeNPAxZ+jKjuVGBE9Te1wo8H6r4Q1+AQEF8eiMWxhp8eWAl6+IH0MtEw/IhNfwLQuGRgIC08GakcnpxQM8OgfBkgFsEenmHY0iMLNE4GS3gykhieTFQOT26oO9z8/cF8OSAWwx6eYCXYwlN4EIUnE4nhyUyj8HRyDCIUnmAl2MJTZhCFJyx8AAEAAP//NXnBphAHAAA=";
// Deserialize RuntimeTypeInfo
var bytes = BASE64.decode(serializedRuntimeTypeInfo);

Powered by Google App Engine
This is Rietveld 408576698