Index: src/pathops/SkOpSegment.cpp |
diff --git a/src/pathops/SkOpSegment.cpp b/src/pathops/SkOpSegment.cpp |
index e4e00bbfab6fb46585aef89bb3845b24baa512b2..3fc21f4490ef142942db31b8dc663fa917517595 100644 |
--- a/src/pathops/SkOpSegment.cpp |
+++ b/src/pathops/SkOpSegment.cpp |
@@ -541,7 +541,7 @@ void SkOpSegment::release(const SkOpSpan* span) { |
--fDoneCount; |
} |
--fCount; |
- SkASSERT(this->globalState()->debugSkipAssert() || fCount >= fDoneCount); |
+ SkOPASSERT(fCount >= fDoneCount); |
} |
double SkOpSegment::distSq(double t, const SkOpAngle* oppAngle) const { |