| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 9b68c3accb96bc0e36e722ad5f1d8258e444a768..c9d3313dcf747ba9b0dccf2c69c7548e57894c87 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -976,7 +976,7 @@ namespace internal {
|
| F(LoadPropertyWithInterceptorOnly, 3, 1) \
|
| F(StoreCallbackProperty, 6, 1) \
|
| F(StoreIC_Miss, 5, 1) \
|
| - F(StorePropertyWithInterceptor, 3, 1) \
|
| + F(StorePropertyWithInterceptor, 5, 1) \
|
| F(ToBooleanIC_Miss, 1, 1) \
|
| F(Unreachable, 0, 1)
|
|
|
|
|