This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
shell/platform/fuchsia/dart_runner Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments