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