Index: src/arm/virtual-frame-arm.h |
diff --git a/src/arm/virtual-frame-arm.h b/src/arm/virtual-frame-arm.h |
index b6e794a5c06cb8b5f3623ca1ffddd991d1ac5199..76470bdc53e937c20bdce1ab404805736606bc5d 100644 |
--- a/src/arm/virtual-frame-arm.h |
+++ b/src/arm/virtual-frame-arm.h |
@@ -303,7 +303,7 @@ class VirtualFrame : public ZoneObject { |
// Call keyed store IC. Value, key and receiver are on the stack. All three |
// are consumed. Result is returned in r0. |
- void CallKeyedStoreIC(); |
+ void CallKeyedStoreIC(StrictModeFlag strict_mode); |
// Call into an IC stub given the number of arguments it removes |
// from the stack. Register arguments to the IC stub are implicit, |