From 7fd4caf03736343c2d70d5cd486aa1c8a6d86c60 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Fri, 5 Apr 2019 15:56:32 -0700 Subject: [PATCH] Roll src/third_party/dart 1ad11facec..da4ccd0855 (6 commits) da4ccd0855 [analyzer] fix #32918, eliminate type variables during const inference 0e7bec7d2f Add validation for AndroidManifest.xml files ca4e707e80 Fix AvailableSuggestionSetsTest on Windows. d4c61411f3 Update bug number to reflect deprioritized bug ee248fef23 Add a fix for using relative imports when the missing import is in the same library. 07482eeb5e [bots] Run all tests on vm-dartkb-* bots --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index deb0ff1f6680f..b0fc6b47069d2 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': '1ad11facec401ed51a8bdf79dafd77e955b23082', + 'dart_revision': 'da4ccd08559c0252312c5f3d5cbb7c8b9460b9e5', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py