| 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 864441ae139ce973ff74152ae53589553c0389e6..564669e3f1768162e60b7a3f3f1de7ef366fe54d 100644
|
| --- a/src/x64/regexp-macro-assembler-x64.h
|
| +++ b/src/x64/regexp-macro-assembler-x64.h
|
| @@ -251,6 +251,7 @@ class RegExpMacroAssemblerX64: public NativeRegExpMacroAssembler {
|
| inline void Drop();
|
|
|
| MacroAssembler* masm_;
|
| + MacroAssembler::NoRootArrayScope no_root_array_scope_;
|
|
|
| ZoneList<int> code_relative_fixup_positions_;
|
|
|
|
|