| Index: src/ic.h
|
| diff --git a/src/ic.h b/src/ic.h
|
| index f3e2418ee61d2a0ce5286900be19c3dc88b61640..ae8e5c3e228e6c93fe24f1370050eb43c4c24893 100644
|
| --- a/src/ic.h
|
| +++ b/src/ic.h
|
| @@ -30,8 +30,7 @@ const int kMaxKeyedPolymorphism = 4;
|
| /* Utilities for IC stubs. */ \
|
| ICU(StoreCallbackProperty) \
|
| ICU(LoadPropertyWithInterceptorOnly) \
|
| - ICU(LoadPropertyWithInterceptorForLoad) \
|
| - ICU(LoadPropertyWithInterceptorForCall) \
|
| + ICU(LoadPropertyWithInterceptor) \
|
| ICU(KeyedLoadPropertyWithInterceptor) \
|
| ICU(StoreInterceptorProperty) \
|
| ICU(CompareIC_Miss) \
|
|
|