Index: Source/core/css/CSSGrammar.y |
diff --git a/Source/core/css/CSSGrammar.y b/Source/core/css/CSSGrammar.y |
index 149ea0005960a1cb42f8fbb02e8abf770ca20993..cc4a1ebcaf8e2b45830276ba28248462aee3f258 100644 |
--- a/Source/core/css/CSSGrammar.y |
+++ b/Source/core/css/CSSGrammar.y |
@@ -84,7 +84,7 @@ using namespace HTMLNames; |
MediaQueryExp* mediaQueryExp; |
CSSParserValue value; |
CSSParserValueList* valueList; |
- Vector<OwnPtr<MediaQueryExp> >* mediaQueryExpList; |
+ WillBeHeapVector<OwnPtrWillBeMember<MediaQueryExp> >* mediaQueryExpList; |
tkent
2014/02/21 00:00:36
How is this union allocated? On stack?
tkent
2014/02/21 00:13:15
Ah, this is a pointer. So allocation type doesn't
|
StyleKeyframe* keyframe; |
Vector<RefPtr<StyleKeyframe> >* keyframeRuleList; |
float val; |