Roll src/third_party/dart c6f6713de1..9e30fbaea4 (6 commits)

9e30fbaea4 [vm] Unify function prologue generation across all backends.
9b1c8fca91 More fixes for GenericFunctionType.
cf15dc17e0 With summary2 FunctionTypedFormalParameter has type parameters.
7983fac33b add "extension" built-in keyword for extension methods
475f55d46b Add dart2js modular test suite under a unit test.
1f409716d6 Add packageBase to simplify how we build packages files and how we process package import uris
This commit is contained in:
Ben Konyi
2019-05-17 21:36:34 -07:00
parent 38efb3c821
commit 5d6c9092bf

2
DEPS
View File

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