Index: src/ia32/stub-cache-ia32.cc |
diff --git a/src/ia32/stub-cache-ia32.cc b/src/ia32/stub-cache-ia32.cc |
index 9eb113cede43253aa7738657f86e8b74e67eb9c6..49270196f2c40dc7bdc603d170e59407d46f6e46 100644 |
--- a/src/ia32/stub-cache-ia32.cc |
+++ b/src/ia32/stub-cache-ia32.cc |
@@ -1121,7 +1121,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); |
} |