| Index: src/pathops/SkDLineIntersection.cpp
 | 
| diff --git a/src/pathops/SkDLineIntersection.cpp b/src/pathops/SkDLineIntersection.cpp
 | 
| index 71e2a064d5c952d2b470adaf05ca91446f2d2fbe..082e2987b9b7ba2db5c80dd04623107bf89f5348 100644
 | 
| --- a/src/pathops/SkDLineIntersection.cpp
 | 
| +++ b/src/pathops/SkDLineIntersection.cpp
 | 
| @@ -152,7 +152,7 @@ int SkIntersections::intersect(const SkDLine& a, const SkDLine& b) {
 | 
|                          continue;
 | 
|                      }
 | 
|                      SkASSERT(a[iA] != b[nearer]);
 | 
| -                    SkASSERT(iA == (bNearA[nearer] > 0.5));
 | 
| +                    SkOPASSERT(iA == (bNearA[nearer] > 0.5));
 | 
|                      insertNear(iA, nearer, a[iA], b[nearer]);
 | 
|                      aNearB[iA] = -1;
 | 
|                      bNearA[nearer] = -1;
 | 
| 
 |