Index: src/interpreter/bytecode-pipeline.h |
diff --git a/src/interpreter/bytecode-pipeline.h b/src/interpreter/bytecode-pipeline.h |
index cb6e2d63c3844ced74a3d40a4689eaf95f7a257c..fe71d9aa1cd9782d00d5ab0eddb3bc142acf7e31 100644 |
--- a/src/interpreter/bytecode-pipeline.h |
+++ b/src/interpreter/bytecode-pipeline.h |
@@ -47,7 +47,7 @@ class BytecodePipelineStage { |
// Flush the pipeline and generate a bytecode array. |
virtual Handle<BytecodeArray> ToBytecodeArray( |
- int fixed_register_count, int parameter_count, |
+ Isolate* isolate, int fixed_register_count, int parameter_count, |
Handle<FixedArray> handler_table) = 0; |
}; |