| Index: Source/WebCore/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/WebCore/css/CSSComputedStyleDeclaration.cpp b/Source/WebCore/css/CSSComputedStyleDeclaration.cpp
|
| index ca75f97aea4114b3030d59ee72ffc804c173bf26..a71ba78b6b8df6fe3a614aa19df4ef5251b6e4e8 100644
|
| --- a/Source/WebCore/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/WebCore/css/CSSComputedStyleDeclaration.cpp
|
| @@ -328,9 +328,7 @@ static const CSSPropertyID computedProperties[] = {
|
| CSSPropertyWebkitShapeInside,
|
| CSSPropertyWebkitShapeOutside,
|
| #endif
|
| -#if ENABLE(TOUCH_EVENTS)
|
| CSSPropertyWebkitTapHighlightColor,
|
| -#endif
|
| CSSPropertyWebkitTextCombine,
|
| CSSPropertyWebkitTextDecorationsInEffect,
|
| CSSPropertyWebkitTextEmphasisColor,
|
| @@ -2441,10 +2439,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:
|
|
|