| Index: tools/gyp/v8.gyp | 
| diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp | 
| index aad07c70943bba0e3216b3a1f0fd71bc5b4d7ce4..402a067c3dd9062eb1721198e23edb0486140abb 100644 | 
| --- a/tools/gyp/v8.gyp | 
| +++ b/tools/gyp/v8.gyp | 
| @@ -158,7 +158,7 @@ | 
| ['armv7==1', { | 
| # The ARM Architecture Manual mandates VFPv3 if NEON is | 
| # available. | 
| -                      # The current V8 doesn't use d16-d31, so for vfpv3-d16, we can | 
| +                      # The current V8 doesn't use d16-d31, so for vfpv3-d16, we can // XXX | 
| # also enable vfp3 for the better performance. | 
| 'conditions': [ | 
| ['arm_neon!=1 and arm_fpu!="vfpv3" and arm_fpu!="vfpv3-d16"', { | 
|  |