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 0ea03164641d92ed991775d86f316c934a9fd977..9726360433e2e559b1f49288df95522ab7c9c3fc 100644 |
--- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h |
+++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h |
@@ -150,7 +150,7 @@ class CORE_EXPORT StyleRareNonInheritedData |
std::unique_ptr<PaintImages> paint_images_; |
- std::unique_ptr<StyleNonInheritedVariables> variables_; |
+ std::unique_ptr<StyleNonInheritedVariables> non_inherited_variables_; |
StyleContentAlignmentData align_content_; |
StyleSelfAlignmentData align_items_; |