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