Chromium Code Reviews| Index: src/macro-assembler-ia32.h |
| =================================================================== |
| --- src/macro-assembler-ia32.h (revision 352) |
| +++ src/macro-assembler-ia32.h (working copy) |
| @@ -104,7 +104,7 @@ |
| void InvokeCode(Handle<Code> code, |
| const ParameterCount& expected, |
| const ParameterCount& actual, |
| - RelocMode rmode, |
| + RelocInfo::Mode rmode, |
| InvokeFlag flag); |
| // Invoke the JavaScript function in the given register. Changes the |