| Index: src/compiler/instruction.cc
|
| diff --git a/src/compiler/instruction.cc b/src/compiler/instruction.cc
|
| index 9aebb9a17a5389d2f7c0fbb3f45715c2c137a8cf..4b6624834ca80859dd578c764a890fce4c87fc6b 100644
|
| --- a/src/compiler/instruction.cc
|
| +++ b/src/compiler/instruction.cc
|
| @@ -496,10 +496,12 @@ void InstructionSequence::ComputeAssemblyOrder(InstructionBlocks* blocks) {
|
|
|
| InstructionSequence::InstructionSequence(Isolate* isolate,
|
| Zone* instruction_zone,
|
| - InstructionBlocks* instruction_blocks)
|
| + InstructionBlocks* instruction_blocks,
|
| + Frame* frame)
|
| : isolate_(isolate),
|
| zone_(instruction_zone),
|
| instruction_blocks_(instruction_blocks),
|
| + frame_(frame),
|
| source_positions_(zone()),
|
| block_starts_(zone()),
|
| constants_(ConstantMap::key_compare(),
|
|
|