diff options
Diffstat (limited to 'webkit/port/platform/graphics/GlyphPageTreeNodeWin.cpp')
-rw-r--r-- | webkit/port/platform/graphics/GlyphPageTreeNodeWin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/port/platform/graphics/GlyphPageTreeNodeWin.cpp b/webkit/port/platform/graphics/GlyphPageTreeNodeWin.cpp index 185aa44..de73a83 100644 --- a/webkit/port/platform/graphics/GlyphPageTreeNodeWin.cpp +++ b/webkit/port/platform/graphics/GlyphPageTreeNodeWin.cpp @@ -162,7 +162,7 @@ static bool FillBMPGlyphs(UChar* buffer, glyph = 0; glyphFontData = 0; } else { - if (Font::isCJKCodePoint(c)) + if (SimpleFontData::isCJKCodePoint(c)) glyphFontData = fontData->cjkWidthFontData(); have_glyphs = true; } |