| Index: Source/wtf/Platform.h
 | 
| diff --git a/Source/wtf/Platform.h b/Source/wtf/Platform.h
 | 
| index 3362866cdc054ad1c0bc2732dccf54cc890ede5e..7d184a6eb73a7f81f14acee0483a67b8ce3c558c 100644
 | 
| --- a/Source/wtf/Platform.h
 | 
| +++ b/Source/wtf/Platform.h
 | 
| @@ -560,10 +560,6 @@
 | 
|  #define WTF_USE_3D_GRAPHICS 1
 | 
|  #endif
 | 
|  
 | 
| -#if CPU(ARM_THUMB2)
 | 
| -#define ENABLE_BRANCH_COMPACTION 1
 | 
| -#endif
 | 
| -
 | 
|  #if !defined(ENABLE_THREADING_LIBDISPATCH) && HAVE(DISPATCH_H)
 | 
|  #define ENABLE_THREADING_LIBDISPATCH 1
 | 
|  #elif !defined(ENABLE_THREADING_OPENMP) && defined(_OPENMP)
 | 
| 
 |