Index: src/ia32/lithium-ia32.h |
diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h |
index 6b0f9d0a74cf82752a2bdebec82394be609f2971..fc558cdd034015a02401f78ed445dfc344d4cec1 100644 |
--- a/src/ia32/lithium-ia32.h |
+++ b/src/ia32/lithium-ia32.h |
@@ -2800,7 +2800,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); |