| Index: third_party/WebKit/Source/core/xml/XPathFunctions.cpp
|
| diff --git a/third_party/WebKit/Source/core/xml/XPathFunctions.cpp b/third_party/WebKit/Source/core/xml/XPathFunctions.cpp
|
| index 791dbc1d862e31496d9ec608357583a27435b0f6..bed72400fc2283e11ace01d9a7b2beb00d452bae 100644
|
| --- a/third_party/WebKit/Source/core/xml/XPathFunctions.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/XPathFunctions.cpp
|
| @@ -331,7 +331,7 @@ Value FunId::evaluate(EvaluationContext& context) const
|
|
|
| TreeScope& contextScope = context.node->treeScope();
|
| NodeSet* result(NodeSet::create());
|
| - WillBeHeapHashSet<RawPtrWillBeMember<Node>> resultSet;
|
| + HeapHashSet<Member<Node>> resultSet;
|
|
|
| unsigned startPos = 0;
|
| unsigned length = idList.length();
|
|
|