| Index: src/x64/virtual-frame-x64.h
|
| diff --git a/src/x64/virtual-frame-x64.h b/src/x64/virtual-frame-x64.h
|
| index 4029c58775c3eb61c59a83ca93297c1983351ead..dc4375ae30556210599619a02bed9b92a7ed4954 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.
|
|
|