From ab7a35428ef784a4c45a91bc4fcfb620e6b9f6fb Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Mon, 28 Oct 2019 00:47:05 -0700 Subject: [PATCH] Roll src/third_party/dart d166b0be1c..207082714c (7 commits) dart-lang/sdk@207082714c Avoid repeated cast on NNBD rectangle width/height. dart-lang/sdk@c885bdde1d [vm] DBC is obsolete. Remove dead code. dart-lang/sdk@a9fb6b8812 Use TokenType.isIncrementOperator more often. dart-lang/sdk@9f25d0e1d8 Flow analysis: don't necessarily clear promotions on assignment. dart-lang/sdk@93afae8d0c Flow analysis: fix AssignedVariablesVisitor treatment of for-each loops. dart-lang/sdk@7c1fa846cd Refactor the logic for inferring for-each loop variable types. dart-lang/sdk@31de45b6c0 Issue 38582. Fix for Set/Map disambiguation and NNBD. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 63098b66673..115c21fce15 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': 'd166b0be1cde1a82bfb8317693e8477530b37c58', + 'dart_revision': '207082714c4211628ee1909f4cd65c0730d7d9ef', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py