From 58a8de6b71b31a6122f947fda7e9dee349d6f663 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Sun, 19 Jul 2020 15:41:51 +0000 Subject: [PATCH] Roll Dart SDK from bbe6bb982349 to ea7a92845c66 (1 revision) https://dart.googlesource.com/sdk.git/+log/bbe6bb982349..ea7a92845c66 2020-07-19 scheglov@google.com Fix NPE for CREATE_FUNCTION when IndexExpression argument. 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/+doc/master/autoroll/README.md --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 4685c87675024..154f6a44ed15b 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': 'bbe6bb9823495574917c75634b1f8a2a8099086c', + 'dart_revision': 'ea7a92845c66b57294f7493b243f7b43004e9dea', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py