| Index: third_party/WebKit/Source/core/dom/custom/CustomElementUpgradeSorter.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementUpgradeSorter.cpp b/third_party/WebKit/Source/core/dom/custom/CustomElementUpgradeSorter.cpp
|
| index 0ba4e345a66ea59afed345fc430608a3d1d156c6..6fdc2e1064ea313da727a131a24158f7ab5f65d2 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementUpgradeSorter.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementUpgradeSorter.cpp
|
| @@ -68,7 +68,7 @@ void CustomElementUpgradeSorter::visit(HeapVector<Member<Element>>* result,
|
| if (it->get()->isElementNode() && m_elements->contains(toElement(*it)))
|
| result->push_back(toElement(*it));
|
| sorted(result, *it);
|
| - children.remove(it);
|
| + children.erase(it);
|
| }
|
|
|
| void CustomElementUpgradeSorter::sorted(HeapVector<Member<Element>>* result,
|
|
|