| 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 fd6bed5c062ce01d2a89705e95ad92f9979a2a31..c148e39694de18c3380212c590a226a5b77fca44 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/FilteredComputedStylePropertyMap.cpp
|
| +++ b/third_party/WebKit/Source/core/css/cssom/FilteredComputedStylePropertyMap.cpp
|
| @@ -6,8 +6,8 @@
|
|
|
| namespace blink {
|
|
|
| -FilteredComputedStylePropertyMap::FilteredComputedStylePropertyMap(CSSComputedStyleDeclaration* computedStyleDeclaration, const Vector<CSSPropertyID>& nativeProperties, const Vector<AtomicString>& customProperties)
|
| - : ComputedStylePropertyMap(computedStyleDeclaration)
|
| +FilteredComputedStylePropertyMap::FilteredComputedStylePropertyMap(CSSComputedStyleDeclaration* computedStyleDeclaration, const Vector<CSSPropertyID>& nativeProperties, const Vector<AtomicString>& customProperties, Node* node)
|
| + : ComputedStylePropertyMap(computedStyleDeclaration, node)
|
| {
|
| for (const auto& nativeProperty : nativeProperties) {
|
| m_nativeProperties.add(nativeProperty);
|
|
|