| Index: third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| index fe966f6e50976159cdb14019796f4fe422cdf7a9..3e208536674dee13b6f69d75fe4fec8e40f422d9 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| @@ -168,7 +168,7 @@ class CORE_EXPORT StyleRareNonInheritedData
|
| // truncated with "..."
|
| unsigned margin_before_collapse_ : 2; // EMarginCollapse
|
| unsigned margin_after_collapse_ : 2; // EMarginCollapse
|
| - unsigned appearance_ : 6; // EAppearance
|
| + unsigned appearance_ : 6; // EAppearance
|
|
|
| unsigned text_decoration_style_ : 3; // TextDecorationStyle
|
|
|
|
|