Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index c568ad6f95e0d7e98022e853e79707d1cd2b237f..63d34f583bdb8c52c2c666e1e4a3f87e5c010c70 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -2670,7 +2670,7 @@ class LChunkBuilder BASE_EMBEDDED { |
bool is_done() const { return status_ == DONE; } |
bool is_aborted() const { return status_ == ABORTED; } |
- void Abort(const char* reason); |
+ void Abort(BailoutReason reason); |
// Methods for getting operands for Use / Define / Temp. |
LUnallocated* ToUnallocated(Register reg); |