| Index: Source/core/css/parser/CSSParser.h
|
| diff --git a/Source/core/css/parser/CSSParser.h b/Source/core/css/parser/CSSParser.h
|
| index 13c52f47e2201115955ac2425ca322162e602b36..d00cd405ad0cbdf7333b4de932e07391b95bb296 100644
|
| --- a/Source/core/css/parser/CSSParser.h
|
| +++ b/Source/core/css/parser/CSSParser.h
|
| @@ -33,8 +33,8 @@ public:
|
|
|
| static bool parseSupportsCondition(const String&);
|
|
|
| - static PassRefPtr<CSSValueList> parseFontFaceValue(const AtomicString&);
|
| - static PassRefPtr<CSSValue> parseAnimationTimingFunctionValue(const String&);
|
| + static PassRefPtrWillBeRawPtr<CSSValueList> parseFontFaceValue(const AtomicString&);
|
| + static PassRefPtrWillBeRawPtr<CSSValue> parseAnimationTimingFunctionValue(const String&);
|
|
|
| static bool parseColor(RGBA32& color, const String&, bool strict = false);
|
| static bool parseSystemColor(RGBA32& color, const String&);
|
| @@ -49,4 +49,3 @@ CSSPropertyID cssPropertyID(const String&);
|
| } // namespace blink
|
|
|
| #endif // CSSParser_h
|
| -
|
|
|