| Index: src/regexp-macro-assembler-irregexp.h
|
| diff --git a/src/regexp-macro-assembler-irregexp.h b/src/regexp-macro-assembler-irregexp.h
|
| index b192c22b6f020b6cc1cb7fef941245e49c957a7f..781defc297c7d5ec641ac2e4dfdf7704a9e347f3 100644
|
| --- a/src/regexp-macro-assembler-irregexp.h
|
| +++ b/src/regexp-macro-assembler-irregexp.h
|
| @@ -27,7 +27,8 @@ class RegExpMacroAssemblerIrregexp: public RegExpMacroAssembler {
|
| // for code generation and assumes its size to be buffer_size. If the buffer
|
| // is too small, a fatal error occurs. No deallocation of the buffer is done
|
| // upon destruction of the assembler.
|
| - RegExpMacroAssemblerIrregexp(Vector<byte>, Zone* zone);
|
| + RegExpMacroAssemblerIrregexp(Isolate* isolate, Vector<byte> buffer,
|
| + Zone* zone);
|
| virtual ~RegExpMacroAssemblerIrregexp();
|
| // The byte-code interpreter checks on each push anyway.
|
| virtual int stack_limit_slack() { return 1; }
|
|
|