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

Unified Diff: sky/engine/core/css/FontFace.cpp

Issue 860423004: Remove css !important (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/engine/core/css/DOMWindowCSS.cpp ('k') | sky/engine/core/css/FontFaceSet.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/FontFace.cpp
diff --git a/sky/engine/core/css/FontFace.cpp b/sky/engine/core/css/FontFace.cpp
index 7605083f497e1bfdf96c15be4d6e60d93f0728ab..4a3e8e1933690c00da7deaac9682986914bea70f 100644
--- a/sky/engine/core/css/FontFace.cpp
+++ b/sky/engine/core/css/FontFace.cpp
@@ -64,7 +64,7 @@ static PassRefPtr<CSSValue> parseCSSValue(const Document* document, const String
if (s.isEmpty())
return nullptr;
RefPtr<MutableStylePropertySet> parsedStyle = MutableStylePropertySet::create();
- BisonCSSParser::parseValue(parsedStyle.get(), propertyID, s, true, *document);
+ BisonCSSParser::parseValue(parsedStyle.get(), propertyID, s, *document);
return parsedStyle->getPropertyCSSValue(propertyID);
}
« no previous file with comments | « sky/engine/core/css/DOMWindowCSS.cpp ('k') | sky/engine/core/css/FontFaceSet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698