| Index: Source/platform/fonts/FontDescription.h
|
| diff --git a/Source/platform/fonts/FontDescription.h b/Source/platform/fonts/FontDescription.h
|
| index fbc2bc7078c6099e39204245e2f34683ccc6126f..2e59ab494aee0a490f83a4194dd909a83d7b4c81 100644
|
| --- a/Source/platform/fonts/FontDescription.h
|
| +++ b/Source/platform/fonts/FontDescription.h
|
| @@ -242,7 +242,7 @@ private:
|
|
|
| unsigned m_widthVariant : 2; // FontWidthVariant
|
|
|
| - unsigned m_style : 1; // FontStyle
|
| + unsigned m_style : 2; // FontStyle
|
| unsigned m_variant : 1; // FontVariant
|
| unsigned m_isAbsoluteSize : 1; // Whether or not CSS specified an explicit size
|
| // (logical sizes like "medium" don't count).
|
|
|