| Index: third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| index b4515f6e5d00e5a2cebf75dc0d81188e18659f0c..a1e38022bfeb808e1138c0b1218bf7747496c21a 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| @@ -44,7 +44,7 @@ class CursorData;
|
| class QuotesData;
|
| class ShadowList;
|
| class StyleImage;
|
| -class StyleVariableData;
|
| +class StyleInheritedVariables;
|
|
|
| typedef RefVector<AppliedTextDecoration> AppliedTextDecorationList;
|
| typedef HeapVector<CursorData> CursorList;
|
| @@ -160,7 +160,7 @@ public:
|
| RefPtr<AppliedTextDecorationList> appliedTextDecorations;
|
| TabSize m_tabSize;
|
|
|
| - RefPtr<StyleVariableData> variables;
|
| + RefPtr<StyleInheritedVariables> variables;
|
| TextSizeAdjust m_textSizeAdjust;
|
|
|
| private:
|
|
|