| Index: Source/platform/fonts/FontDescription.cpp
|
| diff --git a/Source/platform/fonts/FontDescription.cpp b/Source/platform/fonts/FontDescription.cpp
|
| index 85f3391f83919ec329823addebb6ed30ec7bcb9d..a50c9019eb926db3eb48505c780233ed54144ccf 100644
|
| --- a/Source/platform/fonts/FontDescription.cpp
|
| +++ b/Source/platform/fonts/FontDescription.cpp
|
| @@ -39,6 +39,7 @@ namespace WebCore {
|
| struct SameSizeAsFontDescription {
|
| FontFamily familyList;
|
| RefPtr<FontFeatureSettings> m_featureSettings;
|
| + String locale;
|
| float sizes[4];
|
| // FXIME: Make them fit into one word.
|
| uint32_t bitfields;
|
|
|