| Index: Source/core/dom/DocumentMarkerController.cpp
|
| diff --git a/Source/core/dom/DocumentMarkerController.cpp b/Source/core/dom/DocumentMarkerController.cpp
|
| index 9258dfbc4bc15d394a381fbc7a961b07c3d2707b..766c6ae310446207ae4f5a937fd6e2c3a2020700 100644
|
| --- a/Source/core/dom/DocumentMarkerController.cpp
|
| +++ b/Source/core/dom/DocumentMarkerController.cpp
|
| @@ -613,7 +613,7 @@ void DocumentMarkerController::shiftMarkers(Node* node, unsigned startOffset, in
|
| continue;
|
| MarkerList::iterator startPos = std::lower_bound(list->begin(), list->end(), startOffset, startsAfter);
|
| for (MarkerList::iterator marker = startPos; marker != list->end(); ++marker) {
|
| -#if ASSERT_ENABLED
|
| +#if ENABLE(ASSERT)
|
| int startOffset = (*marker)->startOffset();
|
| ASSERT(startOffset + delta >= 0);
|
| #endif
|
|
|