| Index: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| index 91a9ce0f5588aca1f8f082f25440192c462ef650..970c8e32d4ed446764780baab906434b0868464b 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| @@ -65,7 +65,7 @@ public:
|
|
|
| CSSValue* getPropertyCSSValue(CSSPropertyID) const;
|
| CSSValue* getPropertyCSSValue(AtomicString customPropertyName) const;
|
| - const HashMap<AtomicString, RefPtr<CSSVariableData>>* getVariables() const;
|
| + std::unique_ptr<HashMap<AtomicString, RefPtr<CSSVariableData>>> getVariables() const;
|
|
|
| CSSValue* getFontSizeCSSValuePreferringKeyword() const;
|
| bool isMonospaceFont() const;
|
|
|