[webkit-reviews] review granted: [Bug 97696] [Chromium][Win] Remove ensureFontLoaded from PlatformSupport : [Attachment 176564] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 14:01:19 PST 2012


Adam Barth <abarth at webkit.org> has granted Mark Pilgrim (Google)
<pilgrim at chromium.org>'s request for review:
Bug 97696: [Chromium][Win] Remove ensureFontLoaded from PlatformSupport
https://bugs.webkit.org/show_bug.cgi?id=97696

Attachment 176564: Patch
https://bugs.webkit.org/attachment.cgi?id=176564&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=176564&action=review


> Source/WebCore/platform/graphics/chromium/FontPlatformDataChromiumWin.cpp:178

> -		   if (PlatformSupport::ensureFontLoaded(hfont())) {
> +		   if (FontPlatformData::ensureFontLoaded(hfont())) {

No need for the FontPlatformData:: prefix here.  We're already inside
FontPlatformData.


More information about the webkit-reviews mailing list