From b697b49075d1f6a777fc2db268efbeb942fef969 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Tue, 29 Oct 2019 09:43:22 -0700 Subject: [PATCH] Roll src/third_party/dart 0b96f9f9ae..780af0fcfc (8 commits) dart-lang/sdk@780af0fcfc Flow analysis: promote to "types of interest" on assignment. dart-lang/sdk@d213d3c736 [cfe] Start implementing reachability analysis involving type Never dart-lang/sdk@cdb1ed7504 [CFE] Fix parser expect files after CQ commits that was too close dart-lang/sdk@ea3cb7317a [CFE] Fix unescapeString crash dart-lang/sdk@5e35ce62a3 Restore comment in utf.dart. dart-lang/sdk@c8ff1b0c21 [cfe] Add BlockKind to parse/begin/endBlock dart-lang/sdk@688454c4a7 [cfe] Compute AssignedVariables in body builder dart-lang/sdk@c738b6bc8a [CFE] Fix parser crash ("isSynthetic called on null" in list literal suffix) --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index c2a66a7f96f..75c6f54f492 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': '0b96f9f9ae610c354e7dc2df51455e5404178b08', + 'dart_revision': '780af0fcfc557f739d59ebeca20550d5583ac1de', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py