Index: src/x64/virtual-frame-x64.h |
diff --git a/src/x64/virtual-frame-x64.h b/src/x64/virtual-frame-x64.h |
index 0479ff0c124487fbe7de8a70498498c0427ee745..4a9c72034e0ab25c7040a4501aefbd2d82ec7bba 100644 |
--- a/src/x64/virtual-frame-x64.h |
+++ b/src/x64/virtual-frame-x64.h |
@@ -338,7 +338,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 dropped. |
- Result CallStoreIC(Handle<String> name, bool is_contextual); |
+ Result CallStoreIC(Handle<String> name, bool is_contextual, |
+ StrictModeFlag strict_mode); |
// Call keyed store IC. Value, key, and receiver are found on top |
// of the frame. All three are dropped. |