Chromium Code Reviews| Index: src/ia32/codegen-ia32.h |
| =================================================================== |
| --- src/ia32/codegen-ia32.h (revision 4816) |
| +++ src/ia32/codegen-ia32.h (working copy) |
| @@ -316,7 +316,9 @@ |
| static bool ShouldGenerateLog(Expression* type); |
| #endif |
| - static void RecordPositions(MacroAssembler* masm, int pos); |
| + static bool RecordPositions(MacroAssembler* masm, |
| + int pos, |
| + bool right_here = false); |
| // Accessors |
| MacroAssembler* masm() { return masm_; } |