| Index: test/cctest/compiler/test-instruction.cc
|
| diff --git a/test/cctest/compiler/test-instruction.cc b/test/cctest/compiler/test-instruction.cc
|
| index fc48ca2c1a9c6e667b74632eb0ae1f63ac0c25c6..d61f34c4bffbb4659a4bf6a64377fe9c87898a04 100644
|
| --- a/test/cctest/compiler/test-instruction.cc
|
| +++ b/test/cctest/compiler/test-instruction.cc
|
| @@ -31,7 +31,7 @@ class InstructionTester : public HandleAndZoneScope {
|
| graph(zone()),
|
| schedule(zone()),
|
| info(static_cast<HydrogenCodeStub*>(NULL), main_isolate()),
|
| - linkage(&info),
|
| + linkage(zone(), &info),
|
| common(zone()),
|
| code(NULL) {}
|
|
|
|
|