| Index: build/common.gypi | 
| diff --git a/build/common.gypi b/build/common.gypi | 
| index e0564989e62014dd62072f10b746fee942a02f4e..97f0aae6643802f34858d812baea4ee4df89f178 100644 | 
| --- a/build/common.gypi | 
| +++ b/build/common.gypi | 
| @@ -180,11 +180,6 @@ | 
| 'defines': [ | 
| 'V8_TARGET_ARCH_IA32', | 
| ], | 
| -        'msvs_settings': { | 
| -          'VCLinkerTool': { | 
| -            'StackReserveSize': '4194304', | 
| -          }, | 
| -        }, | 
| }],  # v8_target_arch=="ia32" | 
| ['v8_target_arch=="mipsel"', { | 
| 'defines': [ | 
| @@ -251,7 +246,7 @@ | 
| }, | 
| 'msvs_settings': { | 
| 'VCLinkerTool': { | 
| -            'StackReserveSize': '8388608', | 
| +            'StackReserveSize': '2097152', | 
| }, | 
| }, | 
| 'msvs_configuration_platform': 'x64', | 
|  |