Index: src/x64/virtual-frame-x64.h |
diff --git a/src/x64/virtual-frame-x64.h b/src/x64/virtual-frame-x64.h |
index 4a9c72034e0ab25c7040a4501aefbd2d82ec7bba..540c9f7034e25e67749d71c68e0067184d8f70d3 100644 |
--- a/src/x64/virtual-frame-x64.h |
+++ b/src/x64/virtual-frame-x64.h |
@@ -343,7 +343,7 @@ class VirtualFrame : public ZoneObject { |
// Call keyed store IC. Value, key, and receiver are found on top |
// of the frame. All three are dropped. |
- Result CallKeyedStoreIC(); |
+ Result CallKeyedStoreIC(StrictModeFlag strict_mode); |
// Call call IC. Function name, arguments, and receiver are found on top |
// of the frame and dropped by the call. |