Chromium Code Reviews| Index: src/ia32/full-codegen-ia32.cc |
| =================================================================== |
| --- src/ia32/full-codegen-ia32.cc (revision 9754) |
| +++ src/ia32/full-codegen-ia32.cc (working copy) |
| @@ -2155,7 +2155,7 @@ |
| flags = static_cast<CallFunctionFlags>(flags | RECORD_CALL_TARGET); |
| } |
| CallFunctionStub stub(arg_count, flags); |
| - __ CallStub(&stub); |
| + __ CallStub(&stub, expr->id()); |
| if (record_call_target) { |
| // There is a one element cache in the instruction stream. |
| #ifdef DEBUG |