Index: src/gpu/GrTRecorder.h |
diff --git a/src/gpu/GrTRecorder.h b/src/gpu/GrTRecorder.h |
index c42d9e975181f0ecf55d87d681641dde63b65d92..a838ad2955b970f79a36935419afb78ddb2386e5 100644 |
--- a/src/gpu/GrTRecorder.h |
+++ b/src/gpu/GrTRecorder.h |
@@ -378,7 +378,7 @@ |
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_ABORT("Invalid Operation"); |
+ SK_CRASH(); |
} |
#define GrNEW_APPEND_TO_RECORDER(recorder, type_name, args) \ |