| Index: Source/core/xml/XPathNodeSet.cpp
|
| diff --git a/Source/core/xml/XPathNodeSet.cpp b/Source/core/xml/XPathNodeSet.cpp
|
| index 5f298e5d92081c9db46c9f4691759e87117d12ed..46a4caf38a19195c3f2fa9f65e9b935cfc9e0ada 100644
|
| --- a/Source/core/xml/XPathNodeSet.cpp
|
| +++ b/Source/core/xml/XPathNodeSet.cpp
|
| @@ -144,7 +144,7 @@ static void sortBlock(unsigned from, unsigned to, WillBeHeapVector<NodeSetVector
|
|
|
| ASSERT(previousGroupEnd != groupEnd);
|
| previousGroupEnd = groupEnd;
|
| -#ifndef NDEBUG
|
| +#if ENABLE(ASSERT)
|
| parentNodes.remove(n);
|
| #endif
|
| }
|
|
|