| Index: Source/core/css/parser/BisonCSSParser.h
|
| diff --git a/Source/core/css/parser/BisonCSSParser.h b/Source/core/css/parser/BisonCSSParser.h
|
| index 0a3ec60ce4c9b08039f83cfa74327e9e10526c5a..11a794431a530a1af7327b3df16f7df9abea0437 100644
|
| --- a/Source/core/css/parser/BisonCSSParser.h
|
| +++ b/Source/core/css/parser/BisonCSSParser.h
|
| @@ -98,7 +98,6 @@ public:
|
| static PassRefPtrWillBeRawPtr<CSSValue> parseAnimationTimingFunctionValue(const String&);
|
| bool parseDeclaration(MutableStylePropertySet*, const String&, CSSParserObserver*, StyleSheetContents* contextStyleSheet);
|
| static PassRefPtr<ImmutableStylePropertySet> parseInlineStyleDeclaration(const String&, Element*);
|
| - PassRefPtrWillBeRawPtr<MediaQuerySet> parseMediaQueryList(const String&);
|
| PassOwnPtr<Vector<double> > parseKeyframeKeyList(const String&);
|
|
|
| static bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, const Document&);
|
|
|