Index: Source/core/platform/graphics/GlyphBuffer.h |
diff --git a/Source/core/platform/graphics/GlyphBuffer.h b/Source/core/platform/graphics/GlyphBuffer.h |
index e8b8f964613f39b070dc22240d9277c5b0a25301..c0e02a4836c7717736fe531b371d995dfd130dd3 100644 |
--- a/Source/core/platform/graphics/GlyphBuffer.h |
+++ b/Source/core/platform/graphics/GlyphBuffer.h |
@@ -43,11 +43,7 @@ namespace WebCore { |
class SimpleFontData; |
-#if OS(WINCE) |
-typedef wchar_t GlyphBufferGlyph; |
-#else |
typedef Glyph GlyphBufferGlyph; |
-#endif |
// CG uses CGSize instead of FloatSize so that the result of advances() |
// can be passed directly to CGContextShowGlyphsWithAdvances in FontMac.mm |