| Index: Source/core/css/parser/BisonCSSParser.h
|
| diff --git a/Source/core/css/parser/BisonCSSParser.h b/Source/core/css/parser/BisonCSSParser.h
|
| index 1a32e94a35df8a7cc0bca3a130b244fb5df9143d..45f44f843239ad2e7df09bec155255dc2725bfb8 100644
|
| --- a/Source/core/css/parser/BisonCSSParser.h
|
| +++ b/Source/core/css/parser/BisonCSSParser.h
|
| @@ -282,6 +282,8 @@ public:
|
|
|
| bool parseGeneratedImage(CSSParserValueList*, RefPtr<CSSValue>&);
|
|
|
| + bool parseWillChange(bool important);
|
| +
|
| CSSParserSelector* createFloatingSelector();
|
| CSSParserSelector* createFloatingSelectorWithTagName(const QualifiedName&);
|
| PassOwnPtr<CSSParserSelector> sinkFloatingSelector(CSSParserSelector*);
|
|
|