Chromium Code Reviews| Index: src/ic-ia32.cc |
| =================================================================== |
| --- src/ic-ia32.cc (revision 353) |
| +++ src/ic-ia32.cc (working copy) |
| @@ -528,7 +528,7 @@ |
| // Move result to edi and exit the internal frame. |
| __ mov(Operand(edi), eax); |
| - __ ExitInternalFrame(); |
| + __ LeaveInternalFrame(); |
| // Invoke the function. |
| ParameterCount actual(argc); |