Chromium Code Reviews| Index: src/arm/codegen-arm.h |
| =================================================================== |
| --- src/arm/codegen-arm.h (revision 4816) |
| +++ src/arm/codegen-arm.h (working copy) |
| @@ -226,7 +226,9 @@ |
| bool is_toplevel, |
| Handle<Script> script); |
| - static void RecordPositions(MacroAssembler* masm, int pos); |
| + static bool RecordPositions(MacroAssembler* masm, |
| + int pos, |
| + bool right_here = false); |
| // Accessors |
| MacroAssembler* masm() { return masm_; } |