Index: src/pathops/SkOpSpan.cpp |
diff --git a/src/pathops/SkOpSpan.cpp b/src/pathops/SkOpSpan.cpp |
index 0c47b685f0371ac944a5c26a1949bc38ad45c3e2..2b85b7103b5b0f85242f00245f86ade3ffb2766d 100755 |
--- a/src/pathops/SkOpSpan.cpp |
+++ b/src/pathops/SkOpSpan.cpp |
@@ -39,7 +39,7 @@ bool SkOpPtT::collapsed(const SkOpPtT* check) const { |
} |
bool SkOpPtT::contains(const SkOpPtT* check) const { |
- SkASSERT(this != check); |
+ SkOPASSERT(this != check); |
const SkOpPtT* ptT = this; |
const SkOpPtT* stopPtT = ptT; |
while ((ptT = ptT->next()) != stopPtT) { |