From ae6021054c9020de4949c2be9d4c18d170968bb1 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Sat, 21 Mar 2020 14:55:20 +0000 Subject: [PATCH] Roll src/third_party/dart f247613737ec..861708483217 (1 commits) https://dart.googlesource.com/sdk.git/+log/f247613737ec..861708483217 git log f247613737ec..861708483217 --date=short --first-parent --format='%ad %ae %s' 2020-03-21 johnniwinther@google.com [cfe] Refactor getter/setter/method type inference. Created with: gclient setdep -r src/third_party/dart@861708483217 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 4d97c8ade680f..1ed9b8915f830 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': 'f247613737ecfcba9d1a699b29c15c234340d65e', + 'dart_revision': '861708483217c9c1ae2d467d647c67cd419bd064', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py