| Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| index d2657f8e93a4231c2744c001c68146aafdc70580..b52c8900b39fa0097b2842640ca1f43accd95f54 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| @@ -43,7 +43,6 @@
|
| #include "core/css/properties/CSSPropertyAPI.h"
|
| #include "core/css/properties/CSSPropertyAlignmentUtils.h"
|
| #include "core/css/properties/CSSPropertyColumnUtils.h"
|
| -#include "core/css/properties/CSSPropertyCounterUtils.h"
|
| #include "core/css/properties/CSSPropertyDescriptor.h"
|
| #include "core/css/properties/CSSPropertyFontUtils.h"
|
| #include "core/css/properties/CSSPropertyLengthUtils.h"
|
| @@ -1847,9 +1846,6 @@ const CSSValue* CSSPropertyParser::parseSingleValue(
|
| return CSSPropertyFontUtils::consumeFontFeatureSettings(m_range);
|
| case CSSPropertyFontWeight:
|
| return CSSPropertyFontUtils::consumeFontWeight(m_range);
|
| - case CSSPropertyCounterReset:
|
| - return CSSPropertyCounterUtils::consumeCounter(
|
| - m_range, CSSPropertyCounterUtils::kResetDefaultValue);
|
| case CSSPropertyMaxWidth:
|
| case CSSPropertyMaxHeight:
|
| return CSSPropertyLengthUtils::consumeMaxWidthOrHeight(
|
|
|