Index: src/stub-cache.h |
diff --git a/src/stub-cache.h b/src/stub-cache.h |
index 7ab7bed115742e82c739509dbc163059288e4004..9f2a87b4683a1a3e3967858527c17f5e4a252ca5 100644 |
--- a/src/stub-cache.h |
+++ b/src/stub-cache.h |
@@ -270,8 +270,7 @@ DECLARE_RUNTIME_FUNCTION(StoreCallbackProperty); |
// Support functions for IC stubs for interceptors. |
DECLARE_RUNTIME_FUNCTION(LoadPropertyWithInterceptorOnly); |
-DECLARE_RUNTIME_FUNCTION(LoadPropertyWithInterceptorForLoad); |
-DECLARE_RUNTIME_FUNCTION(LoadPropertyWithInterceptorForCall); |
+DECLARE_RUNTIME_FUNCTION(LoadPropertyWithInterceptor); |
DECLARE_RUNTIME_FUNCTION(StoreInterceptorProperty); |
DECLARE_RUNTIME_FUNCTION(KeyedLoadPropertyWithInterceptor); |