| Index: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index 3aa0a7f6370f71a29267d4bd390484e98a145541..1f86f1e9f8bb37397c3d47a2dc4081f8af73a333 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -525,7 +525,7 @@ const CSSValue* CSSComputedStyleDeclaration::getPropertyCSSValue(AtomicString cu
|
| const ComputedStyle* style = computeComputedStyle();
|
| if (!style)
|
| return nullptr;
|
| - return ComputedStyleCSSValueMapping::get(customPropertyName, *style);
|
| + return ComputedStyleCSSValueMapping::get(customPropertyName, *style, styledNode->document().propertyRegistry());
|
| }
|
|
|
| std::unique_ptr<HashMap<AtomicString, RefPtr<CSSVariableData>>> CSSComputedStyleDeclaration::getVariables() const
|
|
|