From 55d14499e1e5db9ea382aca27c0db21aedbbfc12 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Thu, 30 May 2019 12:29:34 -0700 Subject: [PATCH] Roll src/third_party/dart 39ec9fc4f3..445a23a9bc (4 commits) 445a23a9bc first cut extension methods test 13ff60ec02 Use Substitution for typeAfterSubstitution with summary2. dad211bfca Store offset for ConstructorDeclaration. 47ed7f737a Resolve default values in mixin method parameters. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 7148affe8d..bb6009134b 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': '39ec9fc4f3fb355e2f971493ae8340cee5105a20', + 'dart_revision': '445a23a9bc14a57ea6275e5d4da179f7cb0bbdb6', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py