| Index: src/x64/regexp-macro-assembler-x64.h
|
| diff --git a/src/x64/regexp-macro-assembler-x64.h b/src/x64/regexp-macro-assembler-x64.h
|
| index a082cf2df37710662feb3522d35d43da6ce3f28f..296c866019adf2e5d3b5044c3ba6b6402fb84cb7 100644
|
| --- a/src/x64/regexp-macro-assembler-x64.h
|
| +++ b/src/x64/regexp-macro-assembler-x64.h
|
| @@ -272,6 +272,8 @@ class RegExpMacroAssemblerX64: public NativeRegExpMacroAssembler {
|
| // Increments the stack pointer (rcx) by a word size.
|
| inline void Drop();
|
|
|
| + Isolate* isolate() const { return masm_.isolate(); }
|
| +
|
| MacroAssembler masm_;
|
| MacroAssembler::NoRootArrayScope no_root_array_scope_;
|
|
|
|
|