Chromium Code Reviews| Index: src/ia32/lithium-codegen-ia32.h |
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h |
| index bf3caede6a5ff66b5b30d7d6d7014e6aa36f1884..6b2d5f37621607a6b15e8134b3ca4fab7c3141f0 100644 |
| --- a/src/ia32/lithium-codegen-ia32.h |
| +++ b/src/ia32/lithium-codegen-ia32.h |
| @@ -436,6 +436,7 @@ class LCodeGen: public LCodeGenBase { |
| } |
| MacroAssembler* masm() const { return masm_; } |
| + Isolate* isolate() const { return masm_->isolate(); } |
| private: |
| int ArrayIndex(X87Register reg); |