| Index: third_party/WebKit/Source/core/css/cssom/FilteredComputedStylePropertyMap.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/FilteredComputedStylePropertyMap.cpp b/third_party/WebKit/Source/core/css/cssom/FilteredComputedStylePropertyMap.cpp
|
| index eaf9dcf7b6a762ff65b025f1a54bdfb01465c87b..ec017d9bafe9e1c6aa84ea269c255665b7f8f987 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/FilteredComputedStylePropertyMap.cpp
|
| +++ b/third_party/WebKit/Source/core/css/cssom/FilteredComputedStylePropertyMap.cpp
|
| @@ -9,8 +9,9 @@ namespace blink {
|
| FilteredComputedStylePropertyMap::FilteredComputedStylePropertyMap(
|
| CSSComputedStyleDeclaration* computedStyleDeclaration,
|
| const Vector<CSSPropertyID>& nativeProperties,
|
| - const Vector<AtomicString>& customProperties)
|
| - : ComputedStylePropertyMap(computedStyleDeclaration) {
|
| + const Vector<AtomicString>& customProperties,
|
| + Node* node)
|
| + : ComputedStylePropertyMap(node) {
|
| for (const auto& nativeProperty : nativeProperties) {
|
| m_nativeProperties.insert(nativeProperty);
|
| }
|
|
|