Index: src/ast/ast-numbering.h |
diff --git a/src/ast/ast-numbering.h b/src/ast/ast-numbering.h |
index e6a06901c6a6ebaa0beacabaec7f229c2527bd51..bea441d67bb8a46e785fef3f4eab94719592d849 100644 |
--- a/src/ast/ast-numbering.h |
+++ b/src/ast/ast-numbering.h |
@@ -5,6 +5,8 @@ |
#ifndef V8_AST_AST_NUMBERING_H_ |
#define V8_AST_AST_NUMBERING_H_ |
+#include <stdint.h> |
+ |
namespace v8 { |
namespace internal { |
@@ -24,7 +26,7 @@ namespace AstNumbering { |
// tree; perform catch prediction for TryStatements. If |eager_literals| is |
// non-null, adds any eager inner literal functions into it. |
bool Renumber( |
- Isolate* isolate, Zone* zone, FunctionLiteral* function, |
+ uintptr_t stack_limit, Zone* zone, FunctionLiteral* function, |
ThreadedList<ThreadedListZoneEntry<FunctionLiteral*>>* eager_literals); |
} |