Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(537)

Unified Diff: Source/core/css/CSSGrammar.y

Issue 212703003: [Oilpan]: Move StyleKeyFrame to the oilpan heap using transition types. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698