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

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

Issue 1293793007: Unprefix min-content, max-content, fit-content (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comment 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
Index: Source/core/css/CSSPrimitiveValue.cpp
diff --git a/Source/core/css/CSSPrimitiveValue.cpp b/Source/core/css/CSSPrimitiveValue.cpp
index 58513f96ef008040bfe4d41135b4599416277d8b..1eb2d16ebea7f91ff3144031a9868585198db0f8 100644
--- a/Source/core/css/CSSPrimitiveValue.cpp
+++ b/Source/core/css/CSSPrimitiveValue.cpp
@@ -288,7 +288,7 @@ CSSPrimitiveValue::CSSPrimitiveValue(const Length& length, float zoom)
break;
case FitContent:
init(UnitType::ValueID);
- m_value.valueID = CSSValueWebkitFitContent;
+ m_value.valueID = CSSValueFitContent;
break;
case ExtendToZoom:
init(UnitType::ValueID);
« no previous file with comments | « LayoutTests/fast/css-intrinsic-dimensions/width-property-value-expected.txt ('k') | Source/core/css/CSSValueKeywords.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698