Index: Source/platform/fonts/FontDescription.cpp |
diff --git a/Source/platform/fonts/FontDescription.cpp b/Source/platform/fonts/FontDescription.cpp |
index f61d1256a16b3ff8bd2b0ea35f21396e7b244cbf..a55b93cc5366a24b99aa0caabafead3f87463022 100644 |
--- a/Source/platform/fonts/FontDescription.cpp |
+++ b/Source/platform/fonts/FontDescription.cpp |
@@ -42,7 +42,7 @@ struct SameSizeAsFontDescription { |
float sizes[4]; |
// FXIME: Make them fit into one word. |
uint32_t bitfields; |
- uint32_t bitfields2 : 8; |
+ uint32_t bitfields2 : 7; |
}; |
COMPILE_ASSERT(sizeof(FontDescription) == sizeof(SameSizeAsFontDescription), FontDescription_should_stay_small); |