| Index: src/pathops/SkPathOpsDebug.cpp
|
| diff --git a/src/pathops/SkPathOpsDebug.cpp b/src/pathops/SkPathOpsDebug.cpp
|
| index 93743f3d6cfc3f8a18ab75ac0f5332e10d9bc206..b839feeadbbed8919ea494293247edcd68ac4e93 100644
|
| --- a/src/pathops/SkPathOpsDebug.cpp
|
| +++ b/src/pathops/SkPathOpsDebug.cpp
|
| @@ -822,7 +822,7 @@ void SkOpSegment::debugMissingCoincidence(const char* id, SkPathOpsDebug::Glitch
|
| // coincidences->add(rootPriorPtT, rootPtT, rootOppStart, rootOppEnd);
|
| // }
|
| #if DEBUG_COINCIDENCE
|
| -// SkASSERT(coincidences->contains(rootPriorPtT, rootPtT, rootOppStart, rootOppEnd)
|
| +// SkASSERT(coincidences->contains(rootPriorPtT, rootPtT, rootOppStart, rootOppEnd);
|
| #endif
|
| // result = true;
|
| }
|
|
|