Index: src/mips/stub-cache-mips.cc |
diff --git a/src/mips/stub-cache-mips.cc b/src/mips/stub-cache-mips.cc |
index 72e12f5f1342ad862f4d840b7fa4d820bb3f95bc..46c48347cdebe61ff9b17d15c76e74f6443f2e87 100644 |
--- a/src/mips/stub-cache-mips.cc |
+++ b/src/mips/stub-cache-mips.cc |
@@ -3788,7 +3788,7 @@ void KeyedStoreStubCompiler::GenerateStoreFastElement( |
MacroAssembler* masm, |
bool is_js_array, |
ElementsKind elements_kind, |
- KeyedAccessGrowMode grow_mode) { |
+ KeyedAccessStoreMode store_mode) { |
// ----------- S t a t e ------------- |
// -- a0 : value |
// -- a1 : key |
@@ -3950,7 +3950,7 @@ void KeyedStoreStubCompiler::GenerateStoreFastElement( |
void KeyedStoreStubCompiler::GenerateStoreFastDoubleElement( |
MacroAssembler* masm, |
bool is_js_array, |
- KeyedAccessGrowMode grow_mode) { |
+ KeyedAccessStoreMode store_mode) { |
// ----------- S t a t e ------------- |
// -- a0 : value |
// -- a1 : key |