From cfe3537a017552dc7c4de4fddf412d5a97c40e12 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Thu, 9 May 2019 06:30:06 -0700 Subject: [PATCH] Roll src/third_party/dart 678f4bb926..a0290f823c (1 commits) a0290f823c [fasta] Report invalid-type errors eagerly when possible --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 9e588ea8557..69812d0d5a5 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': '678f4bb926e265fe27dc29e734ddb0f9753e4965', + 'dart_revision': 'a0290f823c53df70643a8e46bf946020d2bbe37d', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py