| Index: Source/WebCore/css/CSSProperty.cpp | 
| diff --git a/Source/WebCore/css/CSSProperty.cpp b/Source/WebCore/css/CSSProperty.cpp | 
| index 77735c4e02cd856c18543eed92f59dddbff765e4..c48bdcc1a507887adb391eb0a105937d13669246 100644 | 
| --- a/Source/WebCore/css/CSSProperty.cpp | 
| +++ b/Source/WebCore/css/CSSProperty.cpp | 
| @@ -694,9 +694,6 @@ bool CSSProperty::isInheritedProperty(CSSPropertyID propertyID) | 
| case CSSPropertyBufferedRendering: | 
| case CSSPropertyWebkitSvgShadow: | 
| #endif | 
| -#if ENABLE(DASHBOARD_SUPPORT) | 
| -    case CSSPropertyWebkitDashboardRegion: | 
| -#endif | 
| #if ENABLE(DRAGGABLE_REGION) | 
| case CSSPropertyWebkitAppRegion: | 
| #endif | 
|  |