Chromium Code Reviews| Index: Source/platform/fonts/FontDescription.cpp |
| diff --git a/Source/platform/fonts/FontDescription.cpp b/Source/platform/fonts/FontDescription.cpp |
| index a55b93cc5366a24b99aa0caabafead3f87463022..b64caa48d3ee0f90ec18abdbca0c4bc2ea99f63f 100644 |
| --- a/Source/platform/fonts/FontDescription.cpp |
| +++ b/Source/platform/fonts/FontDescription.cpp |
| @@ -43,6 +43,7 @@ struct SameSizeAsFontDescription { |
| // FXIME: Make them fit into one word. |
| uint32_t bitfields; |
| uint32_t bitfields2 : 7; |
| + String locale; |
|
Inactive
2014/05/23 19:34:26
Please move this up after m_featureSettings
h.joshi
2014/05/24 01:27:00
Okey, it is now String object that was the reason
|
| }; |
| COMPILE_ASSERT(sizeof(FontDescription) == sizeof(SameSizeAsFontDescription), FontDescription_should_stay_small); |