Index: src/x87/stub-cache-x87.cc |
diff --git a/src/x87/stub-cache-x87.cc b/src/x87/stub-cache-x87.cc |
index fee4871fde5013ee6ab1b85c67510f535c2bef92..f480b5100e488d221bbf897c69a0dcfd28a89b2f 100644 |
--- a/src/x87/stub-cache-x87.cc |
+++ b/src/x87/stub-cache-x87.cc |
@@ -1120,7 +1120,7 @@ void LoadStubCompiler::GenerateLoadInterceptor( |
__ push(scratch2()); // restore old return address |
ExternalReference ref = |
- ExternalReference(IC_Utility(IC::kLoadPropertyWithInterceptorForLoad), |
+ ExternalReference(IC_Utility(IC::kLoadPropertyWithInterceptor), |
isolate()); |
__ TailCallExternalReference(ref, StubCache::kInterceptorArgsLength, 1); |
} |