Index: src/gpu/GrAllocator.h |
diff --git a/src/gpu/GrAllocator.h b/src/gpu/GrAllocator.h |
index 3305fb00c2bb4ab7df7b80ec4a81440dd9f961f8..c5d2dc3d38a53d807466dffafb3b0b8a67779202 100644 |
--- a/src/gpu/GrAllocator.h |
+++ b/src/gpu/GrAllocator.h |
@@ -389,7 +389,7 @@ |
// to match the op new silences warnings about missing op delete when a constructor throws an |
// exception. |
template <typename T> void operator delete(void*, GrTAllocator<T>*) { |
- SK_ABORT("Invalid Operation"); |
+ SK_CRASH(); |
} |
#define GrNEW_APPEND_TO_ALLOCATOR(allocator_ptr, type_name, args) \ |