Index: src/arm/virtual-frame-arm.h |
diff --git a/src/arm/virtual-frame-arm.h b/src/arm/virtual-frame-arm.h |
index 82b4d08ab7c4295814b8a533d9ce30b97740b54c..b6e794a5c06cb8b5f3623ca1ffddd991d1ac5199 100644 |
--- a/src/arm/virtual-frame-arm.h |
+++ b/src/arm/virtual-frame-arm.h |
@@ -294,7 +294,8 @@ class VirtualFrame : public ZoneObject { |
// Call store IC. If the load is contextual, value is found on top of the |
// frame. If not, value and receiver are on the frame. Both are consumed. |
// Result is returned in r0. |
- void CallStoreIC(Handle<String> name, bool is_contextual); |
+ void CallStoreIC(Handle<String> name, bool is_contextual, |
+ StrictModeFlag strict_mode); |
// Call keyed load IC. Key and receiver are on the stack. Both are consumed. |
// Result is returned in r0. |