Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 3af330d

Browse files
authored
[fuchsia] Move TODOs for Dart v2 to specific bugs. (#29632)
1 parent 15eb4ab commit 3af330d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shell/platform/fuchsia/dart_runner/dart_component_controller_v2.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ bool DartComponentControllerV2::RunDartMain() {
377377

378378
tonic::DartMicrotaskQueue::StartForCurrentThread();
379379

380-
// TODO(fxb/79871): Create a file descriptor for each component that is
380+
// TODO(fxb/88384): Create a file descriptor for each component that is
381381
// launched and listen for anything that is written to the component. When
382382
// something is written to the component, forward that message along to the
383383
// Fuchsia logger and decorate it with the tag that it came from the
@@ -404,7 +404,7 @@ bool DartComponentControllerV2::RunDartMain() {
404404
Dart_EnterIsolate(isolate_);
405405
Dart_EnterScope();
406406

407-
// TODO(fxb/79871): Support argument passing.
407+
// TODO(fxb/88383): Support argument passing.
408408
// Note: Even though we do not support argument passing via the cml files
409409
// at this time, we still need to create an argument list and pass it off
410410
// to the invocation of main below. If we do not do this dart will look for

0 commit comments

Comments
 (0)