| Index: third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp b/third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp
|
| index 710ca5e92b88bf3ce7e25723cf99d9a30e2ae7ca..a7a91959bbdbb2941e4070aac06007bc40666954 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp
|
| @@ -36,9 +36,8 @@ StyleResolverState::StyleResolverState(
|
| const ComputedStyle* parentStyle)
|
| : m_elementContext(elementContext),
|
| m_document(document),
|
| - m_style(nullptr)
|
| + m_style(nullptr),
|
| // TODO(jchaffraix): We should make m_parentStyle const (https://crbug.com/468152)
|
| - ,
|
| m_parentStyle(const_cast<ComputedStyle*>(parentStyle)),
|
| m_applyPropertyToRegularStyle(true),
|
| m_applyPropertyToVisitedLinkStyle(false),
|
|
|