Chromium Code Reviews| 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..9d39a8b90ef10a07726a3bc8af38b9bf63d21995 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(); |
| + inline Isolate* isolate() const { return masm_.isolate(); } |
|
Sven Panne
2013/04/24 06:29:46
Remove "inline".
|
| + |
| MacroAssembler masm_; |
| MacroAssembler::NoRootArrayScope no_root_array_scope_; |