| Index: Source/core/css/resolver/StyleResolverState.cpp
|
| diff --git a/Source/core/css/resolver/StyleResolverState.cpp b/Source/core/css/resolver/StyleResolverState.cpp
|
| index f0efa4a7d8aaf9e758c5e62a83cc259377f4e06a..e9aeed763fe2858d88259afa2c9f75ba0fcc1a28 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();
|
|
|