Index: Source/core/css/resolver/StyleResolverState.cpp |
diff --git a/Source/core/css/resolver/StyleResolverState.cpp b/Source/core/css/resolver/StyleResolverState.cpp |
index 46752f9fac2fc5bffa5ec6101612179f239c6384..b19a4397f52a48db8c6c094e0a497f7490299118 100644 |
--- a/Source/core/css/resolver/StyleResolverState.cpp |
+++ b/Source/core/css/resolver/StyleResolverState.cpp |
@@ -37,9 +37,7 @@ StyleResolverState::StyleResolverState(Document& document, Element* element, Ren |
, m_parentStyle(parentStyle) |
, m_applyPropertyToRegularStyle(true) |
, m_applyPropertyToVisitedLinkStyle(false) |
- , m_lineHeightValue(nullptr) |
, m_styleMap(*this, m_elementStyleResources) |
- , m_currentRule(nullptr) |
{ |
if (!parentStyle && m_elementContext.parentNode()) |
m_parentStyle = m_elementContext.parentNode()->renderStyle(); |