| Index: src/arm/virtual-frame-arm.h
|
| ===================================================================
|
| --- src/arm/virtual-frame-arm.h (revision 7180)
|
| +++ src/arm/virtual-frame-arm.h (working copy)
|
| @@ -303,7 +303,7 @@
|
|
|
| // Call keyed store IC. Value, key and receiver are on the stack. All three
|
| // are consumed. Result is returned in r0.
|
| - void CallKeyedStoreIC();
|
| + void CallKeyedStoreIC(StrictModeFlag strict_mode);
|
|
|
| // Call into an IC stub given the number of arguments it removes
|
| // from the stack. Register arguments to the IC stub are implicit,
|
|
|