Index: Source/core/platform/graphics/FontDescription.cpp |
diff --git a/Source/core/platform/graphics/FontDescription.cpp b/Source/core/platform/graphics/FontDescription.cpp |
index 716251210e9d16135dc1f8d32594825232435763..349bdbbad440c3550007cb6dccb40af1200510c2 100644 |
--- a/Source/core/platform/graphics/FontDescription.cpp |
+++ b/Source/core/platform/graphics/FontDescription.cpp |
@@ -35,10 +35,9 @@ namespace WebCore { |
struct SameSizeAsFontDescription { |
FontFamily familyList; |
RefPtr<FontFeatureSettings> m_featureSettings; |
+ AtomicString m_locale; |
float sizes[2]; |
- // FXIME: Make them fit into one word. |
uint32_t bitfields; |
- uint32_t bitfields2 : 8; |
}; |
COMPILE_ASSERT(sizeof(FontDescription) == sizeof(SameSizeAsFontDescription), FontDescription_should_stay_small); |