| Index: Source/WTF/wtf/FeatureDefines.h | 
| diff --git a/Source/WTF/wtf/FeatureDefines.h b/Source/WTF/wtf/FeatureDefines.h | 
| index c6791c78bb4dbf8ff767244511734d8a32a365bd..f4d7b5def739be8c5559b841e187cf8ec2d6795e 100644 | 
| --- a/Source/WTF/wtf/FeatureDefines.h | 
| +++ b/Source/WTF/wtf/FeatureDefines.h | 
| @@ -127,10 +127,6 @@ | 
| #define ENABLE_CSS_IMAGE_SET 1 | 
| #endif | 
|  | 
| -#if !defined(ENABLE_DASHBOARD_SUPPORT) | 
| -#define ENABLE_DASHBOARD_SUPPORT 1 | 
| -#endif | 
| - | 
| #if !defined(ENABLE_DELETION_UI) | 
| #define ENABLE_DELETION_UI 1 | 
| #endif | 
| @@ -411,10 +407,6 @@ | 
| #define ENABLE_CUSTOM_SCHEME_HANDLER 0 | 
| #endif | 
|  | 
| -#if !defined(ENABLE_DASHBOARD_SUPPORT) | 
| -#define ENABLE_DASHBOARD_SUPPORT 0 | 
| -#endif | 
| - | 
| #if !defined(ENABLE_DATALIST_ELEMENT) | 
| #define ENABLE_DATALIST_ELEMENT 0 | 
| #endif | 
|  |