Index: Source/core/css/parser/BisonCSSParser.h |
diff --git a/Source/core/css/parser/BisonCSSParser.h b/Source/core/css/parser/BisonCSSParser.h |
index d440eb892b279417c600f148b53e5227bd326694..333d079194cba83dfb92aa67119f127a77d9d74c 100644 |
--- a/Source/core/css/parser/BisonCSSParser.h |
+++ b/Source/core/css/parser/BisonCSSParser.h |
@@ -92,7 +92,6 @@ public: |
static PassRefPtrWillBeRawPtr<CSSValue> parseAnimationTimingFunctionValue(const String&); |
bool parseDeclaration(MutableStylePropertySet*, const String&, CSSParserObserver*, StyleSheetContents* contextStyleSheet); |
static PassRefPtrWillBeRawPtr<ImmutableStylePropertySet> parseInlineStyleDeclaration(const String&, Element*); |
- PassRefPtrWillBeRawPtr<MediaQuerySet> parseMediaQueryList(const String&); |
PassOwnPtr<Vector<double> > parseKeyframeKeyList(const String&); |
bool parseAttributeMatchType(CSSSelector::AttributeMatchType&, const String&); |
@@ -176,7 +175,6 @@ public: |
RawPtrWillBeMember<StyleSheetContents> m_styleSheet; |
RefPtrWillBeMember<StyleRuleBase> m_rule; |
RefPtrWillBeMember<StyleKeyframe> m_keyframe; |
- RefPtrWillBeMember<MediaQuerySet> m_mediaList; |
OwnPtr<CSSParserValueList> m_valueList; |
bool m_supportsCondition; |