aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pathops/SkOpSpan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pathops/SkOpSpan.cpp')
-rwxr-xr-xsrc/pathops/SkOpSpan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathops/SkOpSpan.cpp b/src/pathops/SkOpSpan.cpp
index 1cdfe91a24..8937bdd5bb 100755
--- a/src/pathops/SkOpSpan.cpp
+++ b/src/pathops/SkOpSpan.cpp
@@ -173,7 +173,7 @@ SkOpSegment* SkOpPtT::segment() {
void SkOpPtT::setDeleted() {
SkASSERT(this->span()->debugDeleted() || this->span()->ptT() != this);
- SkASSERT(this->globalState()->debugSkipAssert() || !fDeleted);
+ SkOPASSERT(!fDeleted);
fDeleted = true;
}