fix roller: added missed renames of tint_fuzzer_common_libfuzzer_options

Missed in https://dawn-review.googlesource.com/c/tint/+/63180

Change-Id: I7f51fc91617feb481e69713ad4c9fc0297b7f235
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/63500
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Sarah Mashayekhi <sarahmashay@google.com>
diff --git a/fuzzers/BUILD.gn b/fuzzers/BUILD.gn
index 9295aef..5f04ed7 100644
--- a/fuzzers/BUILD.gn
+++ b/fuzzers/BUILD.gn
@@ -107,7 +107,7 @@
     fuzzer_test("tint_ast_wgsl_writer_fuzzer") {
       sources = [ "tint_ast_fuzzer/tint_ast_wgsl_writer_fuzzer.cc" ]
       deps = [ "tint_ast_fuzzer:tint_ast_fuzzer" ]
-      libfuzzer_options = tint_ast_fuzzer_libfuzzer_options
+      libfuzzer_options = tint_ast_fuzzer_common_libfuzzer_options
       seed_corpus = fuzzer_corpus_wgsl_dir
       seed_corpus_deps = [ ":tint_generate_wgsl_corpus" ]
     }
@@ -143,7 +143,7 @@
     fuzzer_test("tint_ast_spv_writer_fuzzer") {
       sources = [ "tint_ast_fuzzer/tint_ast_spv_writer_fuzzer.cc" ]
       deps = [ "tint_ast_fuzzer:tint_ast_fuzzer" ]
-      libfuzzer_options = tint_ast_fuzzer_libfuzzer_options
+      libfuzzer_options = tint_ast_fuzzer_common_libfuzzer_options
       seed_corpus = fuzzer_corpus_wgsl_dir
       seed_corpus_deps = [ ":tint_generate_wgsl_corpus" ]
     }
@@ -233,7 +233,7 @@
     fuzzer_test("tint_ast_hlsl_writer_fuzzer") {
       sources = [ "tint_ast_fuzzer/tint_ast_hlsl_writer_fuzzer.cc" ]
       deps = [ "tint_ast_fuzzer:tint_ast_fuzzer" ]
-      libfuzzer_options = tint_ast_fuzzer_libfuzzer_options
+      libfuzzer_options = tint_ast_fuzzer_common_libfuzzer_options
       seed_corpus = fuzzer_corpus_wgsl_dir
       seed_corpus_deps = [ ":tint_generate_wgsl_corpus" ]
     }
@@ -260,7 +260,7 @@
     fuzzer_test("tint_ast_msl_writer_fuzzer") {
       sources = [ "tint_ast_fuzzer/tint_ast_msl_writer_fuzzer.cc" ]
       deps = [ "tint_ast_fuzzer:tint_ast_fuzzer" ]
-      libfuzzer_options = tint_ast_fuzzer_libfuzzer_options
+      libfuzzer_options = tint_ast_fuzzer_common_libfuzzer_options
       seed_corpus = fuzzer_corpus_wgsl_dir
       seed_corpus_deps = [ ":tint_generate_wgsl_corpus" ]
     }