| 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 b7f9ff35f4908017e3d23f8088c71c577b408ee0..787b82519ce0ddd00fe1a222869400df09abe9d5 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| @@ -3269,10 +3269,6 @@ const CSSValue* CSSPropertyParser::parseSingleValue(
|
| ValueRangeNonNegative);
|
| case CSSPropertyShapeImageThreshold:
|
| return consumeNumber(m_range, ValueRangeAll);
|
| - case CSSPropertyWebkitBoxOrdinalGroup:
|
| - case CSSPropertyOrphans:
|
| - case CSSPropertyWidows:
|
| - return consumePositiveInteger(m_range);
|
| case CSSPropertyWebkitTextStrokeWidth:
|
| return consumeTextStrokeWidth(m_range, m_context->mode());
|
| case CSSPropertyWebkitTextFillColor:
|
|
|