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

Commit 5df42a8

Browse files
Oops, accidentally compiled the non-null-safe platform file as null safe. (#37453)
1 parent d224648 commit 5df42a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_sdk/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ template("_flutter_web_platform") {
384384
extra_args = define_flags
385385
}
386386
_compile_platform("${target_name}_dart2js_unsound") {
387-
sound_null_safety = true
387+
sound_null_safety = false
388388
kernel_target = "dart2js"
389389
summary_only = false
390390
output_dill = "${invoker.output_dir}/dart2js_platform_unsound.dill"

0 commit comments

Comments
 (0)