| Index: Source/platform/fonts/SimpleFontData.h
|
| diff --git a/Source/platform/fonts/SimpleFontData.h b/Source/platform/fonts/SimpleFontData.h
|
| index fe263fd553e82b9ea56d530b0dc8d5889c3faa05..062dee564578868b7614905962d59c22182b7562 100644
|
| --- a/Source/platform/fonts/SimpleFontData.h
|
| +++ b/Source/platform/fonts/SimpleFontData.h
|
| @@ -291,5 +291,7 @@ ALWAYS_INLINE float SimpleFontData::widthForGlyph(Glyph glyph) const
|
| return width;
|
| }
|
|
|
| +DEFINE_FONT_DATA_TYPE_CASTS(SimpleFontData, false);
|
| +
|
| } // namespace WebCore
|
| #endif // SimpleFontData_h
|
|
|