| Index: src/pathops/SkOpSegment.cpp
|
| diff --git a/src/pathops/SkOpSegment.cpp b/src/pathops/SkOpSegment.cpp
|
| index 0e4eb64141c5ee8d9abe5e2c63db4fc4805cbd3e..de74f7d55714d1e63c24d0b454a5c09a5cdae58b 100644
|
| --- a/src/pathops/SkOpSegment.cpp
|
| +++ b/src/pathops/SkOpSegment.cpp
|
| @@ -1167,7 +1167,7 @@ bool SkOpSegment::missingCoincidence() {
|
| bool result = false;
|
| do {
|
| SkOpPtT* ptT = spanBase->ptT(), * spanStopPtT = ptT;
|
| - SkASSERT(ptT->span() == spanBase);
|
| + SkOPASSERT(ptT->span() == spanBase);
|
| while ((ptT = ptT->next()) != spanStopPtT) {
|
| if (ptT->deleted()) {
|
| continue;
|
|
|