| Index: Source/core/css/parser/CSSParser.h
|
| diff --git a/Source/core/css/parser/CSSParser.h b/Source/core/css/parser/CSSParser.h
|
| index 5b94c4b567e0043a9178691f40839a8e110149c0..140d72b836ddc2e77670e64d3dbedacf0a0b453b 100644
|
| --- a/Source/core/css/parser/CSSParser.h
|
| +++ b/Source/core/css/parser/CSSParser.h
|
| @@ -38,9 +38,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 NullableCSSValue parseSingleValue(CSSPropertyID, const String&, const CSSParserContext& = strictCSSParserContext());
|
|
|
| - static PassRefPtrWillBeRawPtr<CSSValue> parseFontFaceDescriptor(CSSPropertyID, const String&, const CSSParserContext&);
|
| + static NullableCSSValue parseFontFaceDescriptor(CSSPropertyID, const String&, const CSSParserContext&);
|
|
|
| static PassRefPtrWillBeRawPtr<ImmutableStylePropertySet> parseInlineStyleDeclaration(const String&, Element*);
|
|
|
|
|