From 5b8d7df2e0f9a41783fb288ffb5688c47bacc29f Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Mon, 23 Sep 2019 15:39:08 -0700 Subject: [PATCH] Roll src/third_party/dart 77ff89b223..acac9ab11b (6 commits) dart-lang/sdk@acac9ab11b Issue 37608. Use instantiated FunctionType for tear-off(s). dart-lang/sdk@dbefc6c165 Issue 33300. Don't append bounds for TypeParameterType. dart-lang/sdk@7d436b0815 Update DDC to avoid calling '.type', create legacy types instead. dart-lang/sdk@b4e631550f Support for UnknownInferredType in type algebra. dart-lang/sdk@87a369f1d2 Add syntax highlighting to instrumentation_renderer dart-lang/sdk@0b7a78d0a6 [SDK] Adds dart2native --verbose. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 381850c55..ddba51cb8 100644 --- a/DEPS +++ b/DEPS @@ -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': '77ff89b223c8c12c7e603c8d007654e978809b13', + 'dart_revision': 'acac9ab11b25abb490dfd0b632f570a01772df79', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py -- GitLab