| 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 55f312a9229cdf7b370a41430455e31bc134982b..6c3799103f8e44058448bf6d4b1760f3ed7298e4 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| @@ -65,7 +65,7 @@ public:
|
|
|
| PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValue(CSSPropertyID) const;
|
| PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValue(AtomicString customPropertyName) const;
|
| - const HashMap<AtomicString, RefPtr<CSSVariableData>>* getVariables() const;
|
| + PassOwnPtr<HashMap<AtomicString, RefPtr<CSSVariableData>>> getVariables() const;
|
|
|
| PassRefPtrWillBeRawPtr<CSSValue> getFontSizeCSSValuePreferringKeyword() const;
|
| bool isMonospaceFont() const;
|
|
|