| Index: third_party/WebKit/Source/core/xml/XPathPredicate.cpp
|
| diff --git a/third_party/WebKit/Source/core/xml/XPathPredicate.cpp b/third_party/WebKit/Source/core/xml/XPathPredicate.cpp
|
| index 18007496a435af9da8871236f000ec681e48e1d8..8099390020d887231852d2e59c43709b7f79d908 100644
|
| --- a/third_party/WebKit/Source/core/xml/XPathPredicate.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/XPathPredicate.cpp
|
| @@ -256,7 +256,7 @@ Value Union::evaluate(EvaluationContext& context) const
|
| NodeSet& resultSet = lhsResult.modifiableNodeSet(context);
|
| const NodeSet& rhsNodes = rhs.toNodeSet(&context);
|
|
|
| - WillBeHeapHashSet<RawPtrWillBeMember<Node>> nodes;
|
| + HeapHashSet<Member<Node>> nodes;
|
| for (size_t i = 0; i < resultSet.size(); ++i)
|
| nodes.add(resultSet[i]);
|
|
|
|
|