Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index 5b1a76f734aba6a760d1f4c8f128ac86627d70ef..6347d23b8bdcbe84bc07ade4872aa59632e11549 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -2231,6 +2231,8 @@ class LChunk: public LChunkBase { |
int GetNextSpillIndex(bool is_double); |
LOperand* GetNextSpillSlot(bool is_double); |
+ |
+ Handle<Code> Codegen() { return LChunkBase::Codegen(this); } |
}; |