| Index: Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h
|
| index 4f199bb0754e1cc97e8fbe871cdbc1374f578949..09d58231b296046b555a6546cd167bb86d586b97 100644
|
| --- a/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -37,7 +37,6 @@ class CSSBasicShapeInset;
|
| class CSSFunctionValue;
|
| class CSSGradientValue;
|
| class CSSGridLineNamesValue;
|
| -class CSSLineBoxContainValue;
|
| struct CSSParserString;
|
| struct CSSParserValue;
|
| class CSSParserValueList;
|
| @@ -259,7 +258,6 @@ private:
|
|
|
| PassRefPtrWillBeRawPtr<CSSValue> parseTextIndent();
|
|
|
| - PassRefPtrWillBeRawPtr<CSSLineBoxContainValue> parseLineBoxContain();
|
| bool parseCalculation(CSSParserValue*, ValueRange);
|
|
|
| bool parseFontFeatureTag(CSSValueList*);
|
|
|