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

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

Issue 1858753003: Remove RawPtr from core/css (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: third_party/WebKit/Source/core/css/ElementRuleCollector.h
diff --git a/third_party/WebKit/Source/core/css/ElementRuleCollector.h b/third_party/WebKit/Source/core/css/ElementRuleCollector.h
index cafcce96c9258982126ec5fa059bbe8a2d1f2bd0..e30a2be25d63ab21fb36f107e850bd24e082edd0 100644
--- a/third_party/WebKit/Source/core/css/ElementRuleCollector.h
+++ b/third_party/WebKit/Source/core/css/ElementRuleCollector.h
@@ -118,8 +118,8 @@ public:
bool hasAnyMatchingRules(RuleSet*);
const MatchResult& matchedResult() const;
- RawPtr<StyleRuleList> matchedStyleRuleList();
- RawPtr<CSSRuleList> matchedCSSRuleList();
+ StyleRuleList* matchedStyleRuleList();
+ CSSRuleList* matchedCSSRuleList();
void collectMatchingRules(const MatchRequest&, CascadeOrder = ignoreCascadeOrder, bool matchingTreeBoundaryRules = false);
void collectMatchingShadowHostRules(const MatchRequest&, CascadeOrder = ignoreCascadeOrder);

Powered by Google App Engine
This is Rietveld 408576698