| Index: bench/nanobench.cpp
|
| diff --git a/bench/nanobench.cpp b/bench/nanobench.cpp
|
| index 5a009521456a2019adbd928b930a3c62b77016ef..492cb0b8280fc2c7ef731480975270a1f165676b 100644
|
| --- a/bench/nanobench.cpp
|
| +++ b/bench/nanobench.cpp
|
| @@ -889,7 +889,7 @@ public:
|
| log->configOption("clip",
|
| SkStringPrintf("%d %d %d %d", fClip.fLeft, fClip.fTop,
|
| fClip.fRight, fClip.fBottom).c_str());
|
| - SK_ALWAYSBREAK(fCurrentScale < fScales.count()); // debugging paranoia
|
| + SkASSERT_RELEASE(fCurrentScale < fScales.count()); // debugging paranoia
|
| log->configOption("scale", SkStringPrintf("%.2g", fScales[fCurrentScale]).c_str());
|
| if (fCurrentUseMPD > 0) {
|
| SkASSERT(1 == fCurrentUseMPD || 2 == fCurrentUseMPD);
|
|
|