Index: Source/core/core.gyp |
diff --git a/Source/core/core.gyp b/Source/core/core.gyp |
index a76bc3a8e34f3e5fdba2fcb052c05d05c756122a..7c628ff5b499f11e5a0102d2c492e7f1fd670763 100644 |
--- a/Source/core/core.gyp |
+++ b/Source/core/core.gyp |
@@ -415,8 +415,7 @@ |
'xcode_settings': { |
# 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': 'WebCorePrefixMac.h', |
+ 'GCC_PREFIX_HEADER': '<(DEPTH)/third_party/WebKit/Source/build/mac/Prefix.h', |
}, |
}, |
'conditions': [ |