From 2f7e4e773d3d31dfc41b19856c6b45b39d4bfc56 Mon Sep 17 00:00:00 2001 From: engine-flutter-autoroll Date: Fri, 19 Dec 2025 09:31:28 -0500 Subject: [PATCH] Roll Dart SDK from 6b5a8543c5db to cfc117d10d36 (1 revision) (#180122) https://dart.googlesource.com/sdk.git/+log/6b5a8543c5db..cfc117d10d36 2025-12-19 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.11.0-262.0.dev 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 Please CC aaclarke@google.com,dart-vm-team@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 88bca92d51a..bdea3998f41 100644 --- a/DEPS +++ b/DEPS @@ -59,7 +59,7 @@ vars = { # updated revision list of existing dependencies. You will need to # gclient sync before and after update deps to ensure all deps are updated. # updated revision list of existing dependencies. - 'dart_revision': '6b5a8543c5db6d7f2e57878dfbe4fdfc7fc336f5', + 'dart_revision': 'cfc117d10d368fa8a655d59247462df7fe5df6c5', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py @@ -332,7 +332,7 @@ deps = { Var('dart_git') + '/leak_tracker.git@f5620600a5ce1c44f65ddaa02001e200b096e14c', 'engine/src/flutter/third_party/dart/third_party/pkg/native': - Var('dart_git') + '/native.git@93039d7ef0b71cd01567e00e6b5be90a3e7d0668', + Var('dart_git') + '/native.git@9a11537944f2ee295df46104624fb714c3dd7741', 'engine/src/flutter/third_party/dart/third_party/pkg/protobuf': Var('dart_git') + '/protobuf.git' + '@' + Var('dart_protobuf_rev'),