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

Unified Diff: Source/core/css/CSSCalculationValue.cpp

Issue 1303153003: Change Counter to be a CSSValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase & removed dependent patchsets Created 5 years, 4 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
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/css/CSSCounterValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSCalculationValue.cpp
diff --git a/Source/core/css/CSSCalculationValue.cpp b/Source/core/css/CSSCalculationValue.cpp
index 578118e9d24c4b51d511a3b305e492dd47616f80..9c51edf952265ded20812e40113988e6e357378f 100644
--- a/Source/core/css/CSSCalculationValue.cpp
+++ b/Source/core/css/CSSCalculationValue.cpp
@@ -124,7 +124,6 @@ static bool hasDoubleValue(CSSPrimitiveValue::UnitType type)
case CSSPrimitiveValue::UnitType::String:
case CSSPrimitiveValue::UnitType::URI:
case CSSPrimitiveValue::UnitType::Attribute:
- case CSSPrimitiveValue::UnitType::Counter:
case CSSPrimitiveValue::UnitType::Rect:
case CSSPrimitiveValue::UnitType::RGBColor:
case CSSPrimitiveValue::UnitType::Pair:
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/css/CSSCounterValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698