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

Unified Diff: Source/core/css/ElementRuleCollector.h

Issue 1327793002: Oilpan: Reduce FIXME(OILPAN) from the code base (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | Source/core/layout/svg/LayoutSVGResourceLinearGradient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/ElementRuleCollector.h
diff --git a/Source/core/css/ElementRuleCollector.h b/Source/core/css/ElementRuleCollector.h
index b702c7747c3ec118d905c1e0e76871df8400e922..945f476e7e5b25a25e34162a64688be4570b6d9e 100644
--- a/Source/core/css/ElementRuleCollector.h
+++ b/Source/core/css/ElementRuleCollector.h
@@ -62,11 +62,7 @@ public:
}
private:
- // FIXME: Oilpan: RuleData is in the oilpan heap and this pointer
- // really should be traced. However, RuleData objects are
- // allocated inside larger TerminatedArray objects and we cannot
- // trace a raw rule data pointer at this point.
- const RuleData* m_ruleData;
+ RawPtrWillBeMember<const RuleData> m_ruleData;
sof 2015/09/02 14:46:36 Needs to be additionally trace()d.
unsigned m_specificity;
uint64_t m_position;
RawPtrWillBeMember<const CSSStyleSheet> m_parentStyleSheet;
« no previous file with comments | « no previous file | Source/core/layout/svg/LayoutSVGResourceLinearGradient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698