From 1b85cd76ff51d0013060a16b33335092e8f293db Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Thu, 15 Aug 2019 19:34:50 -0700 Subject: [PATCH] Roll Dart back to e35e8833 (flutter/engine#11043) Rolls Dart back to e35e8833ee736e9b800482595623c77fa2e05fc3, which is believed to be the last known good revision before the introduction of https://github.com/flutter/flutter/issues/38659 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index fccc7bae111..2a7d8eda9c1 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': 'fecc4c8f2de2b2cfb7d20a0c780f20486372db01', + 'dart_revision': 'e35e8833ee736e9b800482595623c77fa2e05fc3', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py