| Index: include/core/SkTArray.h
|
| diff --git a/include/core/SkTArray.h b/include/core/SkTArray.h
|
| index 17cbc5c05ce857ea74bd07e23206ca02c5a42226..bd255e3868add398809d233b107b76d299b33fd3 100644
|
| --- a/include/core/SkTArray.h
|
| +++ b/include/core/SkTArray.h
|
| @@ -507,7 +507,7 @@ void* operator new(size_t, SkTArray<T, MEM_COPY>* array, int SkDEBUGCODE(atIndex
|
| // exception.
|
| template <typename T, bool MEM_COPY>
|
| void operator delete(void*, SkTArray<T, MEM_COPY>* /*array*/, int /*atIndex*/) {
|
| - SK_CRASH();
|
| + SK_ABORT("Invalid Operation");
|
| }
|
|
|
| // Constructs a new object as the last element of an SkTArray.
|
|
|