diff --git a/shell/platform/embedder/embedder.h b/shell/platform/embedder/embedder.h index b1eef4296f8..24f5a10b39f 100644 --- a/shell/platform/embedder/embedder.h +++ b/shell/platform/embedder/embedder.h @@ -121,9 +121,7 @@ typedef struct { // collected after the call to |FlutterEngineRun| returns. The string must // be NULL terminated. const char* icu_data_path; - // The command line argument count used to initialize the project. The string - // can be collected after the call to |FlutterEngineRun| returns. The string - // must be NULL terminated. + // The command line argument count used to initialize the project. int command_line_argc; // The command line arguments used to initialize the project. The strings can // be collected after the call to |FlutterEngineRun| returns. The strings must