Index: src/mips/stub-cache-mips.cc |
diff --git a/src/mips/stub-cache-mips.cc b/src/mips/stub-cache-mips.cc |
index 3b663821240629e589309c7cdf08192a2bdd0ca4..13e7e4bde9cd8bca3818a72177acaaa2306cd235 100644 |
--- a/src/mips/stub-cache-mips.cc |
+++ b/src/mips/stub-cache-mips.cc |
@@ -1137,7 +1137,7 @@ void LoadStubCompiler::GenerateLoadInterceptor( |
this->name(), interceptor_holder); |
ExternalReference ref = ExternalReference( |
- IC_Utility(IC::kLoadPropertyWithInterceptorForLoad), isolate()); |
+ IC_Utility(IC::kLoadPropertyWithInterceptor), isolate()); |
__ TailCallExternalReference(ref, StubCache::kInterceptorArgsLength, 1); |
} |
} |