Index: src/compiler/bytecode-graph-builder.h |
diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h |
index 5687024ff5f3e44e7156409edadbfa1c27276e04..16e1f2180be53c2b04ce8f7affdfacc236a2b917 100644 |
--- a/src/compiler/bytecode-graph-builder.h |
+++ b/src/compiler/bytecode-graph-builder.h |
@@ -219,6 +219,7 @@ class BytecodeGraphBuilder { |
const interpreter::BytecodeArrayIterator* bytecode_iterator_; |
const BytecodeBranchAnalysis* branch_analysis_; |
Environment* environment_; |
+ BailoutId osr_ast_id_; |
// Merge environments are snapshots of the environment at points where the |
// control flow merges. This models a forward data flow propagation of all |