| Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| index fd98dbffd850fbc4cf484b8ddcfdbc3002926729..9ec10b7bc0ac7b305243d9a57c8ee468a912d753 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| @@ -1429,7 +1429,7 @@ CSSValue* ComputedStyleCSSValueMapping::get(const AtomicString customPropertyNam
|
| return CSSCustomPropertyDeclaration::create(customPropertyName, data);
|
| }
|
|
|
| -const HashMap<AtomicString, RefPtr<CSSVariableData>>* ComputedStyleCSSValueMapping::getVariables(const ComputedStyle& style)
|
| +std::unique_ptr<HashMap<AtomicString, RefPtr<CSSVariableData>>> ComputedStyleCSSValueMapping::getVariables(const ComputedStyle& style)
|
| {
|
| StyleVariableData* variables = style.variables();
|
| if (variables)
|
|
|