From c5f31e9394b2b4a1e5c577f7bafa878825b4635a Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Mon, 23 Sep 2019 06:44:09 -0700 Subject: [PATCH] Roll src/third_party/dart 07f0bc0144..94dd49cdb6 (3 commits) dart-lang/sdk@94dd49cdb6 [cfe] Add NullCheck expression node dart-lang/sdk@96f1abdaca [pkg/testing] Replace top-level logging functions with an interface. dart-lang/sdk@209180d280 Treat the case that the reported error location has length 0 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 91b224eef75..6fd326ee50e 100644 --- a/DEPS +++ b/DEPS @@ -34,7 +34,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': '07f0bc0144a18f7fae33def6126e7b66f071646b', + 'dart_revision': '94dd49cdb6d54233a61311c3c296b7cd91dcc021', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py