| Index: Source/core/css/CSSGrammar.y
|
| diff --git a/Source/core/css/CSSGrammar.y b/Source/core/css/CSSGrammar.y
|
| index 65c24613abe1b07027e56cbd26936cae5ba40c44..47f20d398350853ca70c8056dfcc8f6dc14fb515 100644
|
| --- a/Source/core/css/CSSGrammar.y
|
| +++ b/Source/core/css/CSSGrammar.y
|
| @@ -85,7 +85,7 @@ using namespace HTMLNames;
|
| MediaQueryExp* mediaQueryExp;
|
| CSSParserValue value;
|
| CSSParserValueList* valueList;
|
| - Vector<OwnPtr<MediaQueryExp> >* mediaQueryExpList;
|
| + WillBeHeapVector<OwnPtrWillBeMember<MediaQueryExp> >* mediaQueryExpList;
|
| StyleKeyframe* keyframe;
|
| Vector<RefPtr<StyleKeyframe> >* keyframeRuleList;
|
| float val;
|
|
|