Chromium Code Reviews| Index: src/runtime/runtime.h | 
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h | 
| index 4271d44dd1f882dac4bbc7387ca890c1d115a3cf..22ce43a3916d2bced1508e1676788409124dfb83 100644 | 
| --- a/src/runtime/runtime.h | 
| +++ b/src/runtime/runtime.h | 
| @@ -426,6 +426,7 @@ namespace internal { | 
| F(Compare, 3, 1) \ | 
| F(HasInPrototypeChain, 2, 1) \ | 
| F(CreateIterResultObject, 2, 1) \ | 
| + F(CreateKeyValueArray, 2, 1) \ | 
| F(IsAccessCheckNeeded, 1, 1) \ | 
| F(CreateDataProperty, 3, 1) |