| Index: src/stub-cache.h
|
| diff --git a/src/stub-cache.h b/src/stub-cache.h
|
| index 18c157b165f24738a96fbf4c75826fa316bf26f9..fcb58e1f0828a360cc191ef27f201bbf61a0040f 100644
|
| --- a/src/stub-cache.h
|
| +++ b/src/stub-cache.h
|
| @@ -704,7 +704,8 @@ class KeyedStoreStubCompiler: public StubCompiler {
|
| CodeList* handler_ics);
|
|
|
| static void GenerateStoreFastElement(MacroAssembler* masm,
|
| - bool is_js_array);
|
| + bool is_js_array,
|
| + ElementsKind element_kind);
|
|
|
| static void GenerateStoreFastDoubleElement(MacroAssembler* masm,
|
| bool is_js_array);
|
|
|