| Index: src/x64/lithium-codegen-x64.h
|
| diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h
|
| index ca0afce576d46e929963a36215a99e24d2ed9ff1..fcd0a70a5563502f6a25ad43dbadd0e2f7d4f95d 100644
|
| --- a/src/x64/lithium-codegen-x64.h
|
| +++ b/src/x64/lithium-codegen-x64.h
|
| @@ -66,8 +66,10 @@ class LCodeGen BASE_EMBEDDED {
|
|
|
| // Simple accessors.
|
| MacroAssembler* masm() const { return masm_; }
|
| - Isolate* isolate() const { return info_->isolate(); }
|
| CompilationInfo* info() const { return info_; }
|
| + Isolate* isolate() const { return info_->isolate(); }
|
| + Factory* factory() const { return isolate()->factory(); }
|
| + Heap* heap() const { return isolate()->heap(); }
|
|
|
| // Support for converting LOperands to assembler types.
|
| Register ToRegister(LOperand* op) const;
|
|
|