Index: src/code-stubs.cc |
diff --git a/src/code-stubs.cc b/src/code-stubs.cc |
index 20bbb475d4e75e0244264a500247f0c76eae6bdb..223f7e3be6d6bb194037f97b2e2c6d43d5889f3d 100644 |
--- a/src/code-stubs.cc |
+++ b/src/code-stubs.cc |
@@ -690,7 +690,7 @@ void StoreElementStub::Generate(MacroAssembler* masm) { |
UNREACHABLE(); |
break; |
case DICTIONARY_ELEMENTS: |
- ElementHandlerCompiler::GenerateStoreDictionaryElement(masm); |
+ ElementHandlerCompiler::GenerateStoreSlow(masm); |
break; |
case SLOPPY_ARGUMENTS_ELEMENTS: |
UNREACHABLE(); |