Index: webkit/child/BUILD.gn |
diff --git a/webkit/child/BUILD.gn b/webkit/child/BUILD.gn |
index def40370847e902f09b0cc86e42dd6ea506c6e87..04611e48c7b4ba952b887da6491be775fcf753a1 100644 |
--- a/webkit/child/BUILD.gn |
+++ b/webkit/child/BUILD.gn |
@@ -23,7 +23,7 @@ component("child") { |
configs += [ "//build/config/compiler:wexit_time_destructors" ] |
if (is_win) { |
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
- cflags += [ "/wd4267" ] |
+ cflags = [ "/wd4267" ] |
} |
if (is_mac) { |