| Index: src/pathops/SkOpSpan.cpp | 
| diff --git a/src/pathops/SkOpSpan.cpp b/src/pathops/SkOpSpan.cpp | 
| index 1cdfe91a248dc6aad728707a933f5508c67ca8ff..8937bdd5bbec4b10cff6e624a12b74dd5d680f46 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; | 
| } | 
|  | 
|  |