| Index: src/runtime/runtime.h
 | 
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
 | 
| index 1e2471cf95287f12ffe4c8132630e5d039fa8c66..b393b775a53f21880fb421648689bd4ac3f4da26 100644
 | 
| --- a/src/runtime/runtime.h
 | 
| +++ b/src/runtime/runtime.h
 | 
| @@ -447,9 +447,9 @@ namespace internal {
 | 
|    F(GetPropertyStrong, 2, 1)                         \
 | 
|    F(KeyedGetProperty, 2, 1)                          \
 | 
|    F(KeyedGetPropertyStrong, 2, 1)                    \
 | 
| -  F(LoadGlobalViaContext, 2, 1)                      \
 | 
| -  F(StoreGlobalViaContext_Sloppy, 3, 1)              \
 | 
| -  F(StoreGlobalViaContext_Strict, 3, 1)              \
 | 
| +  F(LoadGlobalViaContext, 1, 1)                      \
 | 
| +  F(StoreGlobalViaContext_Sloppy, 2, 1)              \
 | 
| +  F(StoreGlobalViaContext_Strict, 2, 1)              \
 | 
|    F(AddNamedProperty, 4, 1)                          \
 | 
|    F(SetProperty, 4, 1)                               \
 | 
|    F(AddElement, 3, 1)                                \
 | 
| 
 |