Index: src/gpu/GrTRecorder.h |
diff --git a/src/gpu/GrTRecorder.h b/src/gpu/GrTRecorder.h |
index a838ad2955b970f79a36935419afb78ddb2386e5..c42d9e975181f0ecf55d87d681641dde63b65d92 100644 |
--- a/src/gpu/GrTRecorder.h |
+++ b/src/gpu/GrTRecorder.h |
@@ -378,7 +378,7 @@ template <typename TBase, typename TAlign, typename TItem> |
void operator delete(void*, GrTRecorder<TBase, TAlign>&, const GrTRecorderAllocWrapper<TItem>&) { |
// We only provide an operator delete to work around compiler warnings that can come |
// up for an unmatched operator new when compiling with exceptions. |
- SK_CRASH(); |
+ SK_ABORT("Invalid Operation"); |
} |
#define GrNEW_APPEND_TO_RECORDER(recorder, type_name, args) \ |