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

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

Issue 2731953004: Implemented the CSSPropertyAPI for the font-family property. (Closed)
Patch Set: 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 fece72edd2281e0fe283e6a500a3d6b7b83785a0..03ec0470da726a1f58271bb2255725fb78f7b177 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 CSSPropertyFontSize:

Powered by Google App Engine
This is Rietveld 408576698