Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h

Issue 2922323002: Remove extraneous "data_" on RareNonInheritedData member. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698