| Index: third_party/WebKit/Source/core/css/resolver/MatchRequest.h
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/MatchRequest.h b/third_party/WebKit/Source/core/css/resolver/MatchRequest.h
|
| index c56c474ded2d857f9d497128bd1fa224c82123e9..190ac160c7ca2d36cfbb04079f348ccfa0718306 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/MatchRequest.h
|
| +++ b/third_party/WebKit/Source/core/css/resolver/MatchRequest.h
|
| @@ -44,9 +44,9 @@ public:
|
| ruleSet->compactRulesIfNeeded();
|
| }
|
|
|
| - RawPtrWillBeMember<const RuleSet> ruleSet;
|
| - RawPtrWillBeMember<const ContainerNode> scope;
|
| - RawPtrWillBeMember<const CSSStyleSheet> styleSheet;
|
| + Member<const RuleSet> ruleSet;
|
| + Member<const ContainerNode> scope;
|
| + Member<const CSSStyleSheet> styleSheet;
|
| const unsigned styleSheetIndex;
|
| };
|
|
|
|
|