| Index: src/x64/virtual-frame-x64.h
|
| ===================================================================
|
| --- src/x64/virtual-frame-x64.h (revision 6800)
|
| +++ src/x64/virtual-frame-x64.h (working copy)
|
| @@ -338,7 +338,8 @@
|
|
|
| // 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.
|
|
|