Index: src/pathops/SkOpCoincidence.h |
diff --git a/src/pathops/SkOpCoincidence.h b/src/pathops/SkOpCoincidence.h |
index 4b3e4726ab6cc50010c1211a09cc11e27b71b8b1..cd184e353f1508ed8b7a5ed70459d24b6ec0f1b6 100644 |
--- a/src/pathops/SkOpCoincidence.h |
+++ b/src/pathops/SkOpCoincidence.h |
@@ -81,7 +81,7 @@ public: |
void setCoinPtTStart(const SkOpPtT* ptT) { |
SkASSERT(ptT == ptT->span()->ptT()); |
- SkASSERT(!fCoinPtTEnd || ptT->fT != fCoinPtTEnd->fT); |
+ SkOPASSERT(!fCoinPtTEnd || ptT->fT != fCoinPtTEnd->fT); |
SkASSERT(!fCoinPtTEnd || fCoinPtTEnd->segment() == ptT->segment()); |
fCoinPtTStart = ptT; |
ptT->setCoincident(); |