| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index d74ac0b99417c18062ba5edce34c7fd31b36d0c8..55b3219b171d2998202db76df2beb101febdcda2 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -327,9 +327,7 @@ static const CSSPropertyID computedProperties[] = {
|
| CSSPropertyWebkitShapeInside,
|
| CSSPropertyWebkitShapeOutside,
|
| #endif
|
| -#if ENABLE(TOUCH_EVENTS)
|
| CSSPropertyWebkitTapHighlightColor,
|
| -#endif
|
| CSSPropertyWebkitTextCombine,
|
| CSSPropertyWebkitTextDecorationsInEffect,
|
| CSSPropertyWebkitTextEmphasisColor,
|
| @@ -2436,10 +2434,8 @@ PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(CSSPropert
|
| }
|
| case CSSPropertyWebkitRtlOrdering:
|
| return cssValuePool().createIdentifierValue(style->rtlOrdering() ? CSSValueVisual : CSSValueLogical);
|
| -#if ENABLE(TOUCH_EVENTS)
|
| case CSSPropertyWebkitTapHighlightColor:
|
| return currentColorOrValidColor(style.get(), style->tapHighlightColor());
|
| -#endif
|
| case CSSPropertyWebkitUserDrag:
|
| return cssValuePool().createValue(style->userDrag());
|
| case CSSPropertyWebkitUserSelect:
|
|
|