Index: Source/core/css/resolver/MatchRequest.h |
diff --git a/Source/core/css/resolver/MatchRequest.h b/Source/core/css/resolver/MatchRequest.h |
index 242a2048cb9a168432d72b93224aafa0210ba501..04c587eb6237044a23c446f37bb29716ede74c45 100644 |
--- a/Source/core/css/resolver/MatchRequest.h |
+++ b/Source/core/css/resolver/MatchRequest.h |
@@ -48,7 +48,7 @@ public: |
RawPtrWillBeMember<const RuleSet> ruleSet; |
const bool includeEmptyRules; |
- const ContainerNode* scope; |
+ RawPtrWillBeMember<const ContainerNode> scope; |
RawPtrWillBeMember<const CSSStyleSheet> styleSheet; |
const bool elementApplyAuthorStyles; |
const unsigned styleSheetIndex; |