Index: Source/core/rendering/style/StyleRareInheritedData.cpp |
diff --git a/Source/core/rendering/style/StyleRareInheritedData.cpp b/Source/core/rendering/style/StyleRareInheritedData.cpp |
index 798bbf53a194fbad92b594f298e8ab651443ee8a..11d54f38bef0cd9dbdbad5d904857e46f255c1ee 100644 |
--- a/Source/core/rendering/style/StyleRareInheritedData.cpp |
+++ b/Source/core/rendering/style/StyleRareInheritedData.cpp |
@@ -73,7 +73,6 @@ StyleRareInheritedData::StyleRareInheritedData() |
, wordBreak(RenderStyle::initialWordBreak()) |
, overflowWrap(RenderStyle::initialOverflowWrap()) |
, lineBreak(LineBreakAuto) |
- , resize(RenderStyle::initialResize()) |
, userSelect(RenderStyle::initialUserSelect()) |
, speak(SpeakNormal) |
, hyphens(HyphensManual) |
@@ -129,7 +128,6 @@ StyleRareInheritedData::StyleRareInheritedData(const StyleRareInheritedData& o) |
, wordBreak(o.wordBreak) |
, overflowWrap(o.overflowWrap) |
, lineBreak(o.lineBreak) |
- , resize(o.resize) |
, userSelect(o.userSelect) |
, speak(o.speak) |
, hyphens(o.hyphens) |
@@ -193,7 +191,6 @@ bool StyleRareInheritedData::operator==(const StyleRareInheritedData& o) const |
&& wordBreak == o.wordBreak |
&& overflowWrap == o.overflowWrap |
&& lineBreak == o.lineBreak |
- && resize == o.resize |
&& userSelect == o.userSelect |
&& speak == o.speak |
&& hyphens == o.hyphens |