| Index: Source/core/css/parser/CSSParserFastPaths.h
|
| diff --git a/Source/core/css/parser/CSSParserFastPaths.h b/Source/core/css/parser/CSSParserFastPaths.h
|
| index 78acc935be2246bc8762c27f2354bfa1fea1e6ef..19626302225e48874a31471925a20bc73093b650 100644
|
| --- a/Source/core/css/parser/CSSParserFastPaths.h
|
| +++ b/Source/core/css/parser/CSSParserFastPaths.h
|
| @@ -13,13 +13,13 @@
|
|
|
| namespace blink {
|
|
|
| -class CSSValue;
|
| +class NullableCSSValue;
|
|
|
| class CSSParserFastPaths {
|
| public:
|
| // Parses simple values like '10px' or 'green', but makes no guarantees
|
| // about handling any property completely.
|
| - static PassRefPtrWillBeRawPtr<CSSValue> maybeParseValue(CSSPropertyID, const String&, CSSParserMode);
|
| + static NullableCSSValue maybeParseValue(CSSPropertyID, const String&, CSSParserMode);
|
|
|
| // Properties handled here shouldn't be explicitly handled in CSSPropertyParser
|
| static bool isKeywordPropertyID(CSSPropertyID);
|
|
|