From 4c00fa682a8a4292424ffc586e2bf076b8738c53 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Fri, 15 Nov 2019 21:45:12 -0800 Subject: [PATCH] Roll src/third_party/dart d6b0a27665..8617da2bf0 (1 commits) dart-lang/sdk@8617da2bf0 [VM/nnbd] Pass NNBD mode to runtime functions whose semantics depend on it. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 26c082ea02d..53c2441f65a 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': 'd6b0a27665c333a76e63fbf68893489cd8aa817e', + 'dart_revision': '8617da2bf0b840608850fd66e8f3a859c493770c', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py