summaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/turboshaft/recreate-schedule.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/turboshaft/recreate-schedule.h')
-rw-r--r--deps/v8/src/compiler/turboshaft/recreate-schedule.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/src/compiler/turboshaft/recreate-schedule.h b/deps/v8/src/compiler/turboshaft/recreate-schedule.h
index 8fb3108775..43eac5497f 100644
--- a/deps/v8/src/compiler/turboshaft/recreate-schedule.h
+++ b/deps/v8/src/compiler/turboshaft/recreate-schedule.h
@@ -6,6 +6,7 @@
#define V8_COMPILER_TURBOSHAFT_RECREATE_SCHEDULE_H_
#include "src/compiler/compiler-source-position-table.h"
+#include "src/compiler/js-heap-broker.h"
#include "src/compiler/node-origin-table.h"
namespace v8::internal {
@@ -25,6 +26,7 @@ struct RecreateScheduleResult {
};
RecreateScheduleResult RecreateSchedule(const Graph& graph,
+ JSHeapBroker* broker,
CallDescriptor* call_descriptor,
Zone* graph_zone, Zone* phase_zone,
SourcePositionTable* source_positions,