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