Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index 628c3d1a593a83007bf734f58a7c5eaba3cb9680..0780d779e5662674a96d5531cd09ef18259aae93 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -1292,6 +1292,7 @@ class LStoreContextSlot: public LTemplateInstruction<0, 2, 0> { |
LOperand* context() { return InputAt(0); } |
LOperand* value() { return InputAt(1); } |
int slot_index() { return hydrogen()->slot_index(); } |
+ bool RequiresHoleCheck() { return hydrogen()->RequiresHoleCheck(); } |
virtual void PrintDataTo(StringStream* stream); |
}; |