Index: src/lithium-codegen.h |
diff --git a/src/lithium-codegen.h b/src/lithium-codegen.h |
index 301debeb937c93e0cc85ee3a20d6d681fe3f0d84..40d4d8e4f8e733224f9c36e7c04c8a1e300c1dd7 100644 |
--- a/src/lithium-codegen.h |
+++ b/src/lithium-codegen.h |
@@ -7,6 +7,7 @@ |
#include "src/v8.h" |
+#include "src/bailout-reason.h" |
#include "src/compiler.h" |
#include "src/deoptimizer.h" |
@@ -76,6 +77,7 @@ class LCodeGenBase BASE_EMBEDDED { |
bool is_aborted() const { return status_ == ABORTED; } |
void Abort(BailoutReason reason); |
+ void Retry(BailoutReason reason); |
// Methods for code dependencies. |
void AddDeprecationDependency(Handle<Map> map); |