| 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 1ad03af0dfeb4c87c5f984cde4065952475da77d..fe966f6e50976159cdb14019796f4fe422cdf7a9 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| @@ -101,7 +101,7 @@ class CORE_EXPORT StyleRareNonInheritedData
|
| unsigned draggable_region_mode_ : 2; // DraggableRegionMode
|
|
|
| DataRef<StyleDeprecatedFlexibleBoxData>
|
| - deprecated_flexible_box_data_data_; // Flexible box properties
|
| + deprecated_flexible_box_data_; // Flexible box properties
|
| DataRef<StyleFlexibleBoxData> flexible_box_data_;
|
| DataRef<StyleMultiColData> multi_col_data_; // CSS3 multicol properties
|
| DataRef<StyleTransformData>
|
|
|