Index: runtime/lib/convert_patch.dart |
diff --git a/runtime/lib/convert_patch.dart b/runtime/lib/convert_patch.dart |
index 1b6af93ce89ba9a8655d561614bb3c2e6ab1c07a..f19fcffe3f5f01d93723ea8c7b5a8a80c58858a1 100644 |
--- a/runtime/lib/convert_patch.dart |
+++ b/runtime/lib/convert_patch.dart |
@@ -142,7 +142,7 @@ class _BuildJsonListener extends _JsonListener { |
void beginObject() { |
pushContainer(); |
- currentContainer = {}; |
+ currentContainer = <String, dynamic>{}; |
} |
void propertyName() { |