Index: src/ia32/virtual-frame-ia32.h |
diff --git a/src/ia32/virtual-frame-ia32.h b/src/ia32/virtual-frame-ia32.h |
index 729469fdccd5f79f73f0c76abaaf5200f284dc09..5b8b7c4148612928852f8695607e1265e0a04302 100644 |
--- a/src/ia32/virtual-frame-ia32.h |
+++ b/src/ia32/virtual-frame-ia32.h |
@@ -370,7 +370,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. The argument count does not |