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
This commit is contained in:
stuartmorgan 2019-08-15 19:34:50 -07:00 committed by GitHub
parent 6d7bc4ba62
commit 1b85cd76ff

2
DEPS
View File

@ -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