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

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

Issue 2731953004: Implemented the CSSPropertyAPI for the font-family property. (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 bca8aefe38b521f785e80ba23e0332923f837a16..95728cb1d87e2ef89b6f8a88ac75b30c7899854e 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
@@ -1908,8 +1908,6 @@ const CSSValue* CSSPropertyParser::parseSingleValue(
switch (property) {
case CSSPropertyFontFeatureSettings:
return CSSPropertyFontUtils::consumeFontFeatureSettings(m_range);
- case CSSPropertyFontFamily:
- return CSSPropertyFontUtils::consumeFontFamily(m_range);
case CSSPropertyFontWeight:
return CSSPropertyFontUtils::consumeFontWeight(m_range);
case CSSPropertyWebkitBorderHorizontalSpacing:

Powered by Google App Engine
This is Rietveld 408576698