Chromium Code Reviews| Index: Source/core/features.gypi |
| diff --git a/Source/core/features.gypi b/Source/core/features.gypi |
| index b9dd9ee73e2afd03884f23b03c5cf2a5b4af39df..ac34dc227f0fb41c563b726d8d61c76b361bda9f 100644 |
| --- a/Source/core/features.gypi |
| +++ b/Source/core/features.gypi |
| @@ -97,11 +97,6 @@ |
| 'feature_defines': [ |
| # 8Bit text runs should be enabled for all platforms webkit.org/b/111348 |
| 'ENABLE_8BIT_TEXTRUN=1', |
| - 'ENABLE_BINDING_INTEGRITY=1', |
| - ], |
| - }, { # OS!="linux" |
| - 'feature_defines': [ |
| - 'ENABLE_BINDING_INTEGRITY=0', |
| ], |
| }], |
| # Mac OS X uses Accelerate.framework FFT by default instead of FFmpeg. |