| Index: Source/core/css/parser/CSSParser.h
|
| diff --git a/Source/core/css/parser/CSSParser.h b/Source/core/css/parser/CSSParser.h
|
| index d58a1de9031411be3aa29669cfcacfd7d0e1f5d5..fe5cf06748196794888ea602339a984d3ab489c2 100644
|
| --- a/Source/core/css/parser/CSSParser.h
|
| +++ b/Source/core/css/parser/CSSParser.h
|
| @@ -36,9 +36,9 @@ public:
|
| static bool parseValue(MutableStylePropertySet*, CSSPropertyID unresolvedProperty, const String&, bool important, CSSParserMode, StyleSheetContents*);
|
|
|
| // This is for non-shorthands only
|
| - static PassRefPtrWillBeRawPtr<CSSValue> parseSingleValue(CSSPropertyID, const String&, const CSSParserContext& = strictCSSParserContext());
|
| + static PassRefPtr<CSSValue> parseSingleValue(CSSPropertyID, const String&, const CSSParserContext& = strictCSSParserContext());
|
|
|
| - static PassRefPtrWillBeRawPtr<CSSValue> parseFontFaceDescriptor(CSSPropertyID, const String&, const CSSParserContext&);
|
| + static PassRefPtr<CSSValue> parseFontFaceDescriptor(CSSPropertyID, const String&, const CSSParserContext&);
|
|
|
| static PassRefPtrWillBeRawPtr<ImmutableStylePropertySet> parseInlineStyleDeclaration(const String&, Element*);
|
|
|
|
|