Index: src/compiler/pipeline.h |
diff --git a/src/compiler/pipeline.h b/src/compiler/pipeline.h |
index ea5c54eb7ef065ba414b1de516c080f228c05e35..0c3e4ea7cb19c00cf73f5719c9e083b08034dd6a 100644 |
--- a/src/compiler/pipeline.h |
+++ b/src/compiler/pipeline.h |
@@ -41,7 +41,8 @@ class Pipeline : public AllStatic { |
CompilationInfo* info, JSGraph* jsgraph, CallDescriptor* descriptor, |
SourcePositionTable* source_positions, |
ZoneVector<trap_handler::ProtectedInstructionData>* |
- protected_instructions); |
+ protected_instructions, |
+ bool wasm_origin); |
// Run the pipeline on a machine graph and generate code. The {schedule} must |
// be valid, hence the given {graph} does not need to be schedulable. |