Index: Source/core/css/CSSGrammar.y |
diff --git a/Source/core/css/CSSGrammar.y b/Source/core/css/CSSGrammar.y |
index c5901b87d0e14ba83fab2ad64b725f9f0c6ab4b5..d5bdeeb1a058ea8be4eeba92913e2cf9a0e59357 100644 |
--- a/Source/core/css/CSSGrammar.y |
+++ b/Source/core/css/CSSGrammar.y |
@@ -88,7 +88,7 @@ using namespace HTMLNames; |
CSSParserValue value; |
CSSParserValueList* valueList; |
StyleKeyframe* keyframe; |
- Vector<RefPtr<StyleKeyframe> >* keyframeRuleList; |
+ WillBeHeapVector<RefPtrWillBeMember<StyleKeyframe> >* keyframeRuleList; |
haraken
2014/03/26 13:17:12
Can you move this up to line 80 so that the commen
wibling-chromium
2014/03/26 13:31:55
Done.
|
float val; |
CSSPropertyID id; |
CSSParserLocation location; |