Index: src/x64/lithium-x64.h |
diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
index 14a6c541e456b59d0919467885417213b1bbf982..dd4fe53e053640dd819a237a1d0c9a4c1814e428 100644 |
--- a/src/x64/lithium-x64.h |
+++ b/src/x64/lithium-x64.h |
@@ -2185,6 +2185,8 @@ class LChunk: public LChunkBase { |
int GetNextSpillIndex(bool is_double); |
LOperand* GetNextSpillSlot(bool is_double); |
+ |
+ Handle<Code> Codegen() { return LChunkBase::Codegen(this); } |
}; |