| Index: src/ia32/lithium-codegen-ia32.h
|
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h
|
| index 27295da8b80ddc8ac8d4373eaed02d17988d04ad..4118635b869b473a2ee9b5529aba017915f34cc6 100644
|
| --- a/src/ia32/lithium-codegen-ia32.h
|
| +++ b/src/ia32/lithium-codegen-ia32.h
|
| @@ -212,7 +212,7 @@ class LCodeGen BASE_EMBEDDED {
|
|
|
| int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
|
|
|
| - void Abort(const char* reason);
|
| + void Abort(BailoutReason reason);
|
| void FPRINTF_CHECKING Comment(const char* format, ...);
|
|
|
| void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code, zone()); }
|
|
|