| Index: third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/SelectorChecker.cpp b/third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| index 22d4d5fee6a7b26a4c0dc835ffb8cade1dbe836d..c58f0abc2a5b97c5a429dc400f594e9ff4060973 100644
|
| --- a/third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| +++ b/third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| @@ -450,7 +450,7 @@ SelectorChecker::Match SelectorChecker::matchForRelation(const SelectorCheckingC
|
|
|
| SelectorChecker::Match SelectorChecker::matchForPseudoContent(const SelectorCheckingContext& context, const Element& element, MatchResult& result) const
|
| {
|
| - WillBeHeapVector<RawPtrWillBeMember<InsertionPoint>, 8> insertionPoints;
|
| + HeapVector<Member<InsertionPoint>, 8> insertionPoints;
|
| collectDestinationInsertionPoints(element, insertionPoints);
|
| SelectorCheckingContext nextContext(context);
|
| for (const auto& insertionPoint : insertionPoints) {
|
|
|