Chromium Code Reviews| Index: src/ic/x64/ic-x64.cc |
| diff --git a/src/ic/x64/ic-x64.cc b/src/ic/x64/ic-x64.cc |
| index fda1d1bcb2fc02de917059248622d4dc430d5da2..d9eb589350d33b9b432576dc6f34932e6444e337 100644 |
| --- a/src/ic/x64/ic-x64.cc |
| +++ b/src/ic/x64/ic-x64.cc |
| @@ -633,7 +633,7 @@ void LoadIC::GenerateNormal(MacroAssembler* masm) { |
| // Dictionary load failed, go slow (but don't miss). |
| __ bind(&slow); |
| - LoadIC::GenerateRuntimeGetProperty(masm); |
| + GenerateRuntimeGetProperty(masm); |
| } |