Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp

Issue 2639303004: Implements CSSPropertyAPI for the fragmentation element properties. (Closed)
Patch Set: Rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 5356ba494024787c18694d084a9e00b9a0fbf747..b398f6a85974b48814c59adabd60063d486c2587 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
@@ -1967,10 +1967,6 @@ const CSSValue* CSSPropertyParser::parseSingleValue(
case CSSPropertyGridRowGap:
return consumeLengthOrPercent(m_range, m_context->mode(),
ValueRangeNonNegative);
- case CSSPropertyWebkitBoxOrdinalGroup:
- case CSSPropertyOrphans:
- case CSSPropertyWidows:
- return consumePositiveInteger(m_range);
case CSSPropertyColor:
case CSSPropertyBackgroundColor:
return consumeColor(m_range, m_context->mode(), inQuirksMode());

Powered by Google App Engine
This is Rietveld 408576698