Index: src/pathops/SkIntersections.cpp |
diff --git a/src/pathops/SkIntersections.cpp b/src/pathops/SkIntersections.cpp |
index 9683796a5b52634e209064981c00580ffbf02e2b..79206c34efb4def38632ebe5bb2e421cc9cf3469 100644 |
--- a/src/pathops/SkIntersections.cpp |
+++ b/src/pathops/SkIntersections.cpp |
@@ -67,7 +67,7 @@ int SkIntersections::insert(double one, double two, const SkDPoint& pt) { |
} |
} |
if (fUsed >= fMax) { |
- SkASSERT(0); // FIXME : this error, if it is to be handled at runtime in release, must |
+ SkOPASSERT(0); // FIXME : this error, if it is to be handled at runtime in release, must |
// be propagated all the way back down to the caller, and return failure. |
fUsed = 0; |
return 0; |