| Index: src/crankshaft/ia32/lithium-ia32.cc
|
| diff --git a/src/crankshaft/ia32/lithium-ia32.cc b/src/crankshaft/ia32/lithium-ia32.cc
|
| index a0cb93975f934ea60a887e9516a71ac71128138c..625aba29311b293a4fe6d7c24d6348578713acb6 100644
|
| --- a/src/crankshaft/ia32/lithium-ia32.cc
|
| +++ b/src/crankshaft/ia32/lithium-ia32.cc
|
| @@ -2492,8 +2492,7 @@ LInstruction* LChunkBuilder::DoParameter(HParameter* instr) {
|
| return DefineAsSpilled(result, spill_index);
|
| } else {
|
| DCHECK(info()->IsStub());
|
| - CallInterfaceDescriptor descriptor =
|
| - info()->code_stub()->GetCallInterfaceDescriptor();
|
| + CallInterfaceDescriptor descriptor = graph()->descriptor();
|
| int index = static_cast<int>(instr->index());
|
| Register reg = descriptor.GetRegisterParameter(index);
|
| return DefineFixed(result, reg);
|
|
|