Index: src/ast-numbering.h |
diff --git a/src/ast-numbering.h b/src/ast-numbering.h |
index ab97c22bdfea5c44b1f31a93efa86e3172e32c49..c068c2f286504da56ad44d741ba9b27649e20346 100644 |
--- a/src/ast-numbering.h |
+++ b/src/ast-numbering.h |
@@ -11,7 +11,7 @@ namespace internal { |
namespace AstNumbering { |
// Assign type feedback IDs and bailout IDs to an AST node tree. |
// |
-bool Renumber(FunctionLiteral* function, Zone* zone); |
+bool Renumber(Isolate* isolate, Zone* zone, FunctionLiteral* function); |
} |
} |
} // namespace v8::internal |