From 06ce0d736ebecb74ba948b72faf17ed192f30cd6 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Fri, 5 Apr 2019 19:04:00 -0700 Subject: [PATCH] Roll src/third_party/dart da4ccd0855..9e1adc54a7 (3 commits) 9e1adc54a7 [vm] When loading a compilation trace, speculatively populate ICData based on the receiver's static type. f93b93dd91 [dartdevc] fix string escaping for string_literal_test 4b9b8562c6 Update expectation for conditional expression and constant_update_2018. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index b0fc6b47069..7da06138ac3 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': 'da4ccd08559c0252312c5f3d5cbb7c8b9460b9e5', + 'dart_revision': '9e1adc54a756f4abf165fba6bd46ad8cc769ff4f', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py