From 0472963d6d5e700b39ddd37fe5845f3d5aeb0d67 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Thu, 4 Apr 2019 13:24:49 -0700 Subject: [PATCH] Roll src/third_party/dart 9814cb1b9c..896f1c4bb9 (4 commits) 896f1c4bb9 CFE tests for issue 36400 a112b11e2e [gardening] Disable dwarf_stack_trace_test on product mode because symbols can be wrong 313e0f5410 [CFE] Check if set element or map key overrides operator '=='. e58a8fade5 Fix typos in the diagnostic messages --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 21a08da80b3..fb761a18fe4 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': '9814cb1b9c782b4fa9b7ea05dee5942577410478', + 'dart_revision': '896f1c4bb94a390c2969953626980d9de320cd84', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py