| Index: Source/WebCore/platform/graphics/skia/GlyphPageTreeNodeSkia.cpp
|
| ===================================================================
|
| --- Source/WebCore/platform/graphics/skia/GlyphPageTreeNodeSkia.cpp (revision 115609)
|
| +++ Source/WebCore/platform/graphics/skia/GlyphPageTreeNodeSkia.cpp (working copy)
|
| @@ -104,7 +104,7 @@
|
| }
|
| }
|
| if (lookVariants)
|
| - substituteWithVerticalGlyphs(fontData, glyphs, bufferLength);
|
| + substituteWithVerticalGlyphs(fontData, glyphs, length);
|
| }
|
|
|
| unsigned allGlyphs = 0; // track if any of the glyphIDs are non-zero
|
|
|