| Index: src/x87/stub-cache-x87.cc
|
| diff --git a/src/x87/stub-cache-x87.cc b/src/x87/stub-cache-x87.cc
|
| index 7e31b0bc3e8ff601fb696a8ce150238a50c78eac..02da1e02b715780ae337a1ab1576c70ed3e01ef3 100644
|
| --- a/src/x87/stub-cache-x87.cc
|
| +++ b/src/x87/stub-cache-x87.cc
|
| @@ -1135,7 +1135,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);
|
| }
|
|
|