| Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| index 9ec10b7bc0ac7b305243d9a57c8ee468a912d753..b0fb7a28b0d02d4e2d44e842bbd7f1c518ceb418 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| @@ -2433,10 +2433,6 @@ CSSValue* ComputedStyleCSSValueMapping::get(CSSPropertyID propertyID, const Comp
|
| case CSSPropertyTextOrientation:
|
| return CSSPrimitiveValue::create(style.getTextOrientation());
|
| case CSSPropertyContent:
|
| - if (style.styleType() == PseudoIdNone)
|
| - return cssValuePool().createIdentifierValue(CSSValueNormal);
|
| - if (!style.hasContent() && (style.styleType() == PseudoIdBefore || style.styleType() == PseudoIdAfter))
|
| - return cssValuePool().createIdentifierValue(CSSValueNone);
|
| return valueForContentData(style);
|
| case CSSPropertyCounterIncrement:
|
| return valueForCounterDirectives(style, propertyID);
|
|
|