| Index: src/stub-cache.h
|
| diff --git a/src/stub-cache.h b/src/stub-cache.h
|
| index 72cf40ff5e5d14867a73aac6d51e944b5140389e..8acd260a2c837ac7c58c02eedfa1e84f7f82e5dc 100644
|
| --- a/src/stub-cache.h
|
| +++ b/src/stub-cache.h
|
| @@ -312,6 +312,7 @@ Object* LoadPropertyWithInterceptorForLoad(Arguments args);
|
| Object* LoadPropertyWithInterceptorForCall(Arguments args);
|
| Object* StoreInterceptorProperty(Arguments args);
|
| Object* CallInterceptorProperty(Arguments args);
|
| +Object* KeyedLoadPropertyWithInterceptor(Arguments args);
|
|
|
|
|
| // Support function for computing call IC miss stubs.
|
|
|