| Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| index e4f24e005bee513d9a4e1a402542a26e95300fbe..2b3f00a112540310504c46589d2e1132999ee5e2 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -84,7 +84,7 @@ struct SameSizeAsComputedStyle : public RefCounted<SameSizeAsComputedStyle> {
|
| } m_inheritedData;
|
|
|
| struct NonInheritedData {
|
| - unsigned m_bitfields[2];
|
| + unsigned m_bitfields[1];
|
| } m_nonInheritedData;
|
| };
|
|
|
|
|