| Index: src/core/SkPath.cpp
|
| diff --git a/src/core/SkPath.cpp b/src/core/SkPath.cpp
|
| index bbbcacfb9ff2b1f4c2e3571e67babc735c8bd5e8..4af2dad5262c97fa15e1717eabd93debfeaa718f 100644
|
| --- a/src/core/SkPath.cpp
|
| +++ b/src/core/SkPath.cpp
|
| @@ -275,7 +275,7 @@
|
| orig.set(pts, iter.conicWeight());
|
| SkPoint quadPts[5];
|
| int count = orig.chopIntoQuadsPOW2(quadPts, 1);
|
| - SkASSERT_RELEASE(2 == count);
|
| + SK_ALWAYSBREAK(2 == count);
|
|
|
| if (!check_edge_against_rect(quadPts[0], quadPts[2], rect, direction)) {
|
| return false;
|
|
|