| Index: Source/bindings/bindings.gyp | 
| diff --git a/Source/bindings/bindings.gyp b/Source/bindings/bindings.gyp | 
| index 34e7e20bbf7ca5a88fdf0a76fd9e442981bc986c..bfe30a66c3cc17d4a1a7137835c84df8c3924dac 100644 | 
| --- a/Source/bindings/bindings.gyp | 
| +++ b/Source/bindings/bindings.gyp | 
| @@ -70,7 +70,7 @@ | 
| # Some Mac-specific parts of WebKit won't compile without having this | 
| # prefix header injected. | 
| # FIXME: make this a first-class setting. | 
| -        'GCC_PREFIX_HEADER': '../core/WebCorePrefix.h', | 
| +        'GCC_PREFIX_HEADER': '../core/WebCorePrefixMac.h', | 
| }, | 
| 'sources': [ | 
| '<@(derived_sources_aggregate_files)', | 
|  |