| Index: Source/core/css/CSSComputedStyleDeclaration.h
 | 
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.h b/Source/core/css/CSSComputedStyleDeclaration.h
 | 
| index 6fc6e4f7416197a587a23644bf3d2531eaa5f4b4..da54a94474e3b9ecf965c5934b313e04f5f72b82 100644
 | 
| --- a/Source/core/css/CSSComputedStyleDeclaration.h
 | 
| +++ b/Source/core/css/CSSComputedStyleDeclaration.h
 | 
| @@ -62,8 +62,8 @@ public:
 | 
|  
 | 
|      PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyProperties() const;
 | 
|  
 | 
| -    PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValue(CSSPropertyID) const;
 | 
| -    PassRefPtrWillBeRawPtr<CSSValue> getFontSizeCSSValuePreferringKeyword() const;
 | 
| +    PassRefPtr<CSSValue> getPropertyCSSValue(CSSPropertyID) const;
 | 
| +    PassRefPtr<CSSValue> getFontSizeCSSValuePreferringKeyword() const;
 | 
|      bool isMonospaceFont() const;
 | 
|  
 | 
|      PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) const;
 | 
| @@ -95,7 +95,7 @@ private:
 | 
|      void setCSSFloat(const String&, ExceptionState&);
 | 
|      String cssText() const override;
 | 
|      void setCSSText(const String&, ExceptionState&) override;
 | 
| -    PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValueInternal(CSSPropertyID) override;
 | 
| +    PassRefPtr<CSSValue> getPropertyCSSValueInternal(CSSPropertyID) override;
 | 
|      String getPropertyValueInternal(CSSPropertyID) override;
 | 
|      void setPropertyInternal(CSSPropertyID, const String& value, bool important, ExceptionState&) override;
 | 
|  
 | 
| 
 |