| Index: build/common.gypi
 | 
| diff --git a/build/common.gypi b/build/common.gypi
 | 
| index 3bcc41627f9d7f9d25fb0ecb481d140c7ce08d4e..b94cfea2ff55be569403860474e3488dc8d384e1 100644
 | 
| --- a/build/common.gypi
 | 
| +++ b/build/common.gypi
 | 
| @@ -2136,7 +2136,7 @@
 | 
|          'conditions': [
 | 
|            # TODO(dcheng): https://crbug.com/417463 -- work to enable this flag
 | 
|            # on all platforms is currently underway.
 | 
| -          ['(OS=="linux" and chromeos==0) or OS=="mac"', {
 | 
| +          ['(OS=="linux" and chromeos==0) or OS=="mac" or OS=="ios"', {
 | 
|              'clang_chrome_plugins_flags': [
 | 
|                '-Xclang',
 | 
|                '-plugin-arg-find-bad-constructs',
 | 
| 
 |