Roll src/third_party/dart 403c4af720..7901c508c8 (7 commits)

dart-lang/sdk@7901c508c8 [build] Enable ASAN leak detection during the build, not just tests.
dart-lang/sdk@75eb947bc8 [dart2js] New RTI: Support redirection in ruleset.
dart-lang/sdk@0c6249de26 [dart2js] New RTI: Remove converted closure classes from subtype metadata.
dart-lang/sdk@c1fdf3bde0 [dart2js] New RTI: Treat erased class type variables as dynamic.
dart-lang/sdk@e578b68b23 [dart2js] New RTI: Don't emit $as methods.
dart-lang/sdk@7a24aec8f4 [vm] Wasm function imports
dart-lang/sdk@1375e262be Minor NNBD fixes for type algebra and DartType.toString.
This commit is contained in:
Ben Konyi 2019-09-26 21:42:45 -07:00
parent 5c036a5eec
commit 61dd635ec9

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