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

Unified Diff: third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp

Issue 1952973002: Remove UserUnits from CSSPrimitiveValue::unitTable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp b/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp
index 888ca97a67c350195d18c12fb2b5fbb94bf19434..3a438d43ce83260dd2ce56fef67cceba215110d6 100644
--- a/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp
+++ b/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp
@@ -57,7 +57,6 @@ StringToUnitTable createStringToUnitTable()
table.set(String("in"), CSSPrimitiveValue::UnitType::Inches);
table.set(String("pt"), CSSPrimitiveValue::UnitType::Points);
table.set(String("pc"), CSSPrimitiveValue::UnitType::Picas);
- table.set(String(""), CSSPrimitiveValue::UnitType::UserUnits);
table.set(String("deg"), CSSPrimitiveValue::UnitType::Degrees);
table.set(String("rad"), CSSPrimitiveValue::UnitType::Radians);
table.set(String("grad"), CSSPrimitiveValue::UnitType::Gradians);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698