| Index: Source/core/css/parser/BisonCSSParser.h
|
| diff --git a/Source/core/css/parser/BisonCSSParser.h b/Source/core/css/parser/BisonCSSParser.h
|
| index 1de1062c7497be7ab01e78ff6046cf5c3849257c..5cef035e32b2fdd25c7b0146f56204167cfbc94c 100644
|
| --- a/Source/core/css/parser/BisonCSSParser.h
|
| +++ b/Source/core/css/parser/BisonCSSParser.h
|
| @@ -102,6 +102,7 @@ public:
|
| static PassRefPtrWillBeRawPtr<ImmutableStylePropertySet> parseInlineStyleDeclaration(const String&, Element*);
|
| PassRefPtrWillBeRawPtr<MediaQuerySet> parseMediaQueryList(const String&);
|
| PassOwnPtr<Vector<double> > parseKeyframeKeyList(const String&);
|
| + bool parseAttributeMatchType(CSSSelector::AttributeMatchType&, const String&);
|
|
|
| static bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, const Document&);
|
|
|
|
|