[Webkit-unassigned] [Bug 66220] [chromium] Update WebSettings to support per-script font settings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 16 18:11:11 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66220


Tony Chang <tony at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #103908|review?                     |review-
               Flag|                            |




--- Comment #4 from Tony Chang <tony at chromium.org>  2011-08-16 18:11:11 PST ---
(From update of attachment 103908)
View in context: https://bugs.webkit.org/attachment.cgi?id=103908&action=review

> Source/WebKit/chromium/src/WebSettingsImpl.cpp:59
> +    m_settings->setStandardFontFamily((String)font, script);

Doesn't the conversion from WebString to String happen implicitly?  If not, we should be using static_cast rather than the c-style cast.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list