This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ vars = {
6666 # Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
6767 # You can use //tools/dart/create_updated_flutter_deps.py to produce
6868 # updated revision list of existing dependencies.
69- 'dart_revision': 'a677378ae25424f8e74b2f750e879458e9a17488 ',
69+ 'dart_revision': '0471164827b9a50dc03ac5988302fee7459365ca ',
7070
7171 # WARNING: DO NOT EDIT MANUALLY
7272 # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -425,7 +425,7 @@ deps = {
425425 Var('dart_git') + '/mockito.git@57a7c820ffae61e3df0dbc279ad98b92751175f0',
426426
427427 'src/third_party/dart/third_party/pkg/native':
428- Var('dart_git') + '/native.git@5aeab2915167fd24ccb1241c07516b388fda2b9b ',
428+ Var('dart_git') + '/native.git@b668ca94f551fcebdeb3ce9f822170facced55ae ',
429429
430430 'src/third_party/dart/third_party/pkg/package_config':
431431 Var('dart_git') + '/package_config.git@33dd24659147bd7ed2fa87aeacc52d199be766b4',
Original file line number Diff line number Diff line change 22302230../../../third_party/dart/.gn
22312231../../../third_party/dart/.mailmap
22322232../../../third_party/dart/.style.yapf
2233- ../../../third_party/dart/.vpython
22342233../../../third_party/dart/AUTHORS
22352234../../../third_party/dart/CHANGELOG.md
22362235../../../third_party/dart/CONTRIBUTING.md
Original file line number Diff line number Diff line change 1- Signature: 9566e23501be49ccdb4d0e710a9b74e7
1+ Signature: 08acc7ac20b6971314186d5984ee5194
22
33====================================================================================================
44LIBRARY: dart
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ class Path implements PathProxy {
203203 _updatePathData();
204204 final int count = _pathData!.ref.verb_count;
205205 return List<PathVerb>.generate(count, (int index) {
206- return PathVerb.values[_pathData!.ref.verbs.elementAt( index).value ];
206+ return PathVerb.values[_pathData!.ref.verbs[ index] ];
207207 }, growable: false);
208208 }
209209
You can’t perform that action at this time.
0 commit comments