From 40f940dcceed0284844a5ab9225a220809eae0aa Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Mon, 6 May 2019 00:33:31 -0700 Subject: [PATCH] Roll src/third_party/dart e5575ba64a..67df3ff878 (3 commits) 67df3ff878 Remove old commented out code. 7ec4621108 cleanup scanner configuration flags 81ced1c9bf Make a separate file for tests of implicit_this_reference_in_initializer --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 19a45d055fc..03399f37320 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': 'e5575ba64a76d23fa22e9a4324aa641965e07f97', + 'dart_revision': '67df3ff878281bb24a80e3dff134d2ab4f091e1a', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py