Index: src/code-stubs.cc |
diff --git a/src/code-stubs.cc b/src/code-stubs.cc |
index c37c56e4f75b6c0bb2faa7fa70f00e055ebe3c16..166d46d911ef3a78fcf9e5d5f8c4205cc7d232d9 100644 |
--- a/src/code-stubs.cc |
+++ b/src/code-stubs.cc |
@@ -964,7 +964,8 @@ void JSEntryStub::FinishCode(Handle<Code> code) { |
} |
-void KeyedLoadDictionaryElementStub::Generate(MacroAssembler* masm) { |
+void KeyedLoadDictionaryElementPlatformStub::Generate( |
+ MacroAssembler* masm) { |
KeyedLoadStubCompiler::GenerateLoadDictionaryElement(masm); |
} |