From 5d6c9092bf7c044f0ae9eefbb74202a0fa4a918e Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Fri, 17 May 2019 21:36:34 -0700 Subject: [PATCH] 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 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index e668198da4..6594729711 100644 --- a/DEPS +++ b/DEPS @@ -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