Roll src/third_party/dart 77ff89b223..acac9ab11b (6 commits)

dart-lang/sdk@acac9ab11b Issue 37608. Use instantiated FunctionType for tear-off(s).
dart-lang/sdk@dbefc6c165 Issue 33300. Don't append bounds for TypeParameterType.
dart-lang/sdk@7d436b0815 Update DDC to avoid calling '.type', create legacy types instead.
dart-lang/sdk@b4e631550f Support for UnknownInferredType in type algebra.
dart-lang/sdk@87a369f1d2 Add syntax highlighting to instrumentation_renderer
dart-lang/sdk@0b7a78d0a6 [SDK] Adds dart2native --verbose.
This commit is contained in:
Ben Konyi 2019-09-23 15:39:08 -07:00
parent 2d475a6fca
commit 47bc972922

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': '77ff89b223c8c12c7e603c8d007654e978809b13',
'dart_revision': 'acac9ab11b25abb490dfd0b632f570a01772df79',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py