Chromium Code Reviews| Index: src/ia32/ic-ia32.cc |
| diff --git a/src/ia32/ic-ia32.cc b/src/ia32/ic-ia32.cc |
| index 379ed0fa8438b5a5e9cd561882cc6a1e6b26ef5f..a1a399526c5f5b5396a75a8fff1a155d6a53c0a0 100644 |
| --- a/src/ia32/ic-ia32.cc |
| +++ b/src/ia32/ic-ia32.cc |
| @@ -1039,6 +1039,11 @@ const Register KeyedStoreIC::ValueRegister() { |
| } |
| +const Register KeyedStoreIC::MapRegister() { |
| + return ebx; |
| +} |
| + |
| + |
| void KeyedLoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm) { |
| // Return address is on the stack. |
| LoadIC_PushArgs(masm); |