Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 5a38311d8bfce7b2a0940005a8ef292e14408fbe..759c1ca55c9a804a01090e268ecdba73624f4e48 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -3337,6 +3337,16 @@ |
}, |
}, |
}], |
+ ['OS=="win" and MSVS_VERSION == "2015"', { |
+ 'msvs_settings': { |
+ 'VCCLCompilerTool': { |
+ 'AdditionalOptions': [ |
+ # Work around crbug.com/526851, bug in VS 2015 RTM compiler. |
+ '/Zc:sizedDealloc-', |
+ ], |
+ }, |
+ }, |
+ }], |
], |
}, |
'x86_Base': { |