Chromium Code Reviews| Index: src/regexp-macro-assembler-irregexp.h |
| =================================================================== |
| --- src/regexp-macro-assembler-irregexp.h (revision 1104) |
| +++ src/regexp-macro-assembler-irregexp.h (working copy) |
| @@ -120,7 +120,7 @@ |
| // Code and bitmap emission. |
| inline void Emit32(uint32_t x); |
| inline void Emit16(uint32_t x); |
| - inline void Emit(uint32_t x); |
| + inline void Emit(uint32_t bc, uint32_t arg); |
| // Bytecode buffer. |
| int length(); |
| void Copy(Address a); |