From eee9aff943f7c88fba8a2d0222efee7557def04d Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Tue, 26 Feb 2019 19:02:16 -0800 Subject: [PATCH] Roll src/third_party/dart 05bba46133..e94e797d7b (5 commits) e94e797d7b Fix flow analysis test for ForStatement2 0374ba1698 Coalesce ForStatementBase with ForStatement2Impl. 4cd309316b Prepare visitors for UI-as-code rework. cfac26e184 Deprecate `Expression.precedence`. 4abf59202d Fix ForLoop2 support in reference collector --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 46b9ee5ffd6..7ea0bbe6222 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': '05bba46133f9dd349dac2e83ca3bf81b25c2d749', + 'dart_revision': 'e94e797d7b65bae5e036161c6ad62a7894a07a82', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py