From 75dbffa5bddf0ced18363042f403e903ee1f186f Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Thu, 26 Sep 2019 00:37:27 -0700 Subject: [PATCH] Roll src/third_party/dart c6a14f4459..dd65f97118 (3 commits) dart-lang/sdk@dd65f97118 [vm/bytecode] Save/restore globalDebuggingNames around bytecode generation dart-lang/sdk@9c8de83ced Fix strict-inference for function expressions which can properly infer dart-lang/sdk@c49d3c3486 Use a root directory for NNBD i13n output. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index c655b67a67a..774bdbaf6f3 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': 'c6a14f4459c3a4b3d8b272e90baa38e0b9049550', + 'dart_revision': 'dd65f97118f06fc5f7b0e49db2094a314c10b740', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py