| 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 24a9987e8356bb2624b16529a5faa25b1cda8d6c..c5d4b4d515eda624e7418022b8cb6f4f8eaf742e 100644
|
| --- a/third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| +++ b/third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| @@ -406,7 +406,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) {
|
|
|