Chromium Code Reviews| Index: Source/wtf/FeatureDefines.h |
| diff --git a/Source/wtf/FeatureDefines.h b/Source/wtf/FeatureDefines.h |
| index 40a55e8ea3e153919051bc8081474a511e1e93ea..d11213936da84525ff03956af4e03572f8cdcfc9 100644 |
| --- a/Source/wtf/FeatureDefines.h |
| +++ b/Source/wtf/FeatureDefines.h |
| @@ -314,10 +314,6 @@ |
| #define ENABLE_WEB_AUDIO 0 |
| #endif |
| -#if !defined(ENABLE_XHR_TIMEOUT) |
| -#define ENABLE_XHR_TIMEOUT 0 |
| -#endif |
| - |
| /* Asserts, invariants for macro definitions */ |
| #if ENABLE(SVG_FONTS) && !ENABLE(SVG) |