From 73170628dfa9c24e73ecde297e00d771619dae18 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Sun, 1 Mar 2020 22:20:04 +0000 Subject: [PATCH] Roll src/third_party/dart 09bbd3cca5d4..860dca93ea42 (1 commits) https://dart.googlesource.com/sdk.git/+log/09bbd3cca5d4..860dca93ea42 git log 09bbd3cca5d4..860dca93ea42 --date=short --first-parent --format='%ad %ae %s' 2020-03-01 scheglov@google.com Fix crash when reporting REDIRECT_TO_NON_CONST_CONSTRUCTOR for unnamed constructor. Created with: gclient setdep -r src/third_party/dart@860dca93ea42 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dart-sdk-flutter-engine Please CC dart-vm-team@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: dart-vm-team@google.com --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 621eff2a0120f..d5b6fba6dfaa2 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': '09bbd3cca5d444730b0cdcaaea8f2c6df590a660', + 'dart_revision': '860dca93ea422ba12a9390de2a83c2a45968e083', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py