From 643cc76eec8b1ce49593528337fc6826807d38b8 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Tue, 29 Oct 2019 18:45:22 -0700 Subject: [PATCH] Roll src/third_party/dart ebd059030b..ae5a86d790 (3 commits) dart-lang/sdk@ae5a86d790 [vm] Fix Script::GetTokenLineUsingLineStarts to work on scripts without line numbers dart-lang/sdk@32c212e3eb [dartdevc] Add binding to 'this' for spread and 'yield' expressions dart-lang/sdk@edf9d09526 [dart2js] new-rti: wrap type$ initialization --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 7e6edac5e32..ab26a1e336f 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': 'ebd059030b92aa4ac516cd469fcd307c63726aed', + 'dart_revision': 'ae5a86d7900b6eb287ba0382f01482add51855ff', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py