From 4e50fad11341449b0c2139c8a25cea2a789c098b Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Mon, 26 Aug 2019 06:43:00 -0700 Subject: [PATCH] Roll src/third_party/dart 524f78e6cb..43417df9c7 (4 commits) dart-lang/sdk@43417df9c7 [vm/ffi] Fix crashes on stacktraces and debugging with force-optimized frames. dart-lang/sdk@53883c6044 Best static error test failure output on crashes and unspecified errors. dart-lang/sdk@1f875a61bb [kernel] Crash less when dumping partial dill file dart-lang/sdk@ab54ea60e5 [vm/compiler] Add the framework for the IL deserializer. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 8a23b4f9235..ecac4180f84 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': '524f78e6cb1d317c3f97064324a29fdf730fa73b', + 'dart_revision': '43417df9c7573f0f8812a7902905adaf0569d3a0', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py