| Index: Source/platform/fonts/SegmentedFontData.h
|
| diff --git a/Source/platform/fonts/SegmentedFontData.h b/Source/platform/fonts/SegmentedFontData.h
|
| index db828ad2c3c562637bbd1fb1e0beaa66b909d892..cb90e60e47e070f62b25fbfb4a09fc6d73d685b9 100644
|
| --- a/Source/platform/fonts/SegmentedFontData.h
|
| +++ b/Source/platform/fonts/SegmentedFontData.h
|
| @@ -82,7 +82,7 @@ private:
|
| Vector<FontDataRange, 1> m_ranges;
|
| };
|
|
|
| -DEFINE_TYPE_CASTS(SegmentedFontData, FontData, fontData, fontData->isSegmented(), fontData.isSegmented());
|
| +DEFINE_FONT_DATA_TYPE_CASTS(SegmentedFontData, true);
|
|
|
| } // namespace WebCore
|
|
|
|
|