From 08683d33f481a7960cc8fec8d0f2fb8a8a561a48 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Mon, 4 Feb 2019 19:08:08 -0800 Subject: [PATCH] Roll src/third_party/dart b53dceadaa..5823be65af (5 commits) 5823be65af [vm/compiler] Continued graph checker development (reland) 8231cdb7a3 [gardening] Update status for issue 35854 db7f848632 [vm] Remove dead BigInt code. 35ab1755f4 Support more type propagation for code-as-ui features 569ee07f91 [vm] Cleanup class finalization checks --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index bd164f1e26d..b0547afe5f0 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': 'b53dceadaa12672954f8f128ba486f578a03f8ff', + 'dart_revision': '5823be65af2662b359c04528756798f5441c7305', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py