Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / RenderThemeChromiumFontProviderWin.cpp
index a2da016..a6e1d49 100644 (file)
@@ -175,7 +175,7 @@ void RenderThemeChromiumFontProvider::systemFont(CSSValueID valueID, FontDescrip
         cachedDesc->setGenericFamily(FontDescription::NoFamily);
         cachedDesc->setSpecifiedSize(fontSize);
         cachedDesc->setWeight(FontWeightNormal);
-        cachedDesc->setStyle(false);
+        cachedDesc->setStyle(FontStyleNormal);
     }
     fontDescription = *cachedDesc;
 }