Roll src/third_party/dart b31df28d72..baebba06af (5 commits)

dart-lang/sdk@baebba06af [vm/isolate] Fix type name typo in Dart::Init method declaration
dart-lang/sdk@b21a5f1adf Fix bugs in static_extension_syntax_test.dart
dart-lang/sdk@32e27f68dc Migration: Add the ability to use `null` for nullability nodes in substitutions.
dart-lang/sdk@22eaf081b4 Extract tests for CONFLICTING_STATIC_AND_INSTANCE into a separate file.
dart-lang/sdk@d5d69883b9 More tests for DUPLICATE_DEFINITION in extensions, fixes for static fields.
This commit is contained in:
Ben Konyi 2019-08-12 16:47:53 -07:00
parent 307e735505
commit 635488702c

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