From 84fefc4c33c1e5ce114bfd573c414c87634dd1a7 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Thu, 28 Mar 2019 09:56:03 -0700 Subject: [PATCH] Roll src/third_party/dart 05f3b12960..a977273262 (3 commits) a977273262 Re-allow the incremental compiler to load modules 7b33a8fdc4 [cfe] Fix type inference in map literals with spreads 864b22d3ce [cfe] Add inference and type checks to if-elements in maps --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 165eeb6ac2..c0d835e8ce 100644 --- a/DEPS +++ b/DEPS @@ -31,7 +31,7 @@ vars = { # Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS. # You can use //tools/dart/create_updated_flutter_deps.py to produce # updated revision list of existing dependencies. - 'dart_revision': '05f3b12960fbe1808d367df18b86095b1baed369', + 'dart_revision': 'a977273262343d8fa2f8c5ae268be391f6087e30', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py -- GitLab