Index: src/pathops/SkOpSpan.cpp |
diff --git a/src/pathops/SkOpSpan.cpp b/src/pathops/SkOpSpan.cpp |
index 8937bdd5bbec4b10cff6e624a12b74dd5d680f46..640ba8feb74a0c41dfc5b957edb14295b5b2de30 100755 |
--- a/src/pathops/SkOpSpan.cpp |
+++ b/src/pathops/SkOpSpan.cpp |
@@ -238,7 +238,7 @@ void SkOpSpanBase::mergeContained(const SkPathOpsBounds& bounds) { |
bool SkOpSpanBase::contains(const SkOpSpanBase* span) const { |
const SkOpPtT* start = &fPtT; |
const SkOpPtT* check = &span->fPtT; |
- SkASSERT(start != check); |
+ SkOPASSERT(start != check); |
const SkOpPtT* walk = start; |
while ((walk = walk->next()) != start) { |
if (walk == check) { |