Index: src/pathops/SkPathOpsDebug.cpp |
diff --git a/src/pathops/SkPathOpsDebug.cpp b/src/pathops/SkPathOpsDebug.cpp |
index 546771e84c6be240e75837dd83f1707bd799e6ec..6dd9edd64e8a60d896bc2a9a10d70a5fcf258d34 100644 |
--- a/src/pathops/SkPathOpsDebug.cpp |
+++ b/src/pathops/SkPathOpsDebug.cpp |
@@ -1094,13 +1094,13 @@ |
const SkOpAngle* next = first; |
SkTDArray<const SkOpAngle*>(angles); |
do { |
-// SkASSERT_RELEASE(next->fSegment->debugContains(next)); |
+// SK_ALWAYSBREAK(next->fSegment->debugContains(next)); |
angles.push(next); |
next = next->next(); |
if (next == first) { |
break; |
} |
- SkASSERT_RELEASE(!angles.contains(next)); |
+ SK_ALWAYSBREAK(!angles.contains(next)); |
if (!next) { |
return; |
} |