| Index: src/runtime.h
 | 
| diff --git a/src/runtime.h b/src/runtime.h
 | 
| index 3430a58344c40802fc7b30c8c89f7f044b6c073d..c5c8bcbd6951a7a1fc757d514706c8f0566016c8 100644
 | 
| --- a/src/runtime.h
 | 
| +++ b/src/runtime.h
 | 
| @@ -283,6 +283,9 @@ namespace internal {
 | 
|    F(CreateArrayLiteral, 3, 1) \
 | 
|    F(CreateArrayLiteralShallow, 3, 1) \
 | 
|    \
 | 
| +  /* Harmony modules */ \
 | 
| +  F(IsJSModule, 1, 1) \
 | 
| +  \
 | 
|    /* Harmony proxies */ \
 | 
|    F(CreateJSProxy, 2, 1) \
 | 
|    F(CreateJSFunctionProxy, 4, 1) \
 | 
| @@ -330,7 +333,7 @@ namespace internal {
 | 
|    F(PushWithContext, 2, 1) \
 | 
|    F(PushCatchContext, 3, 1) \
 | 
|    F(PushBlockContext, 2, 1) \
 | 
| -  F(PushModuleContext, 2, 1) \
 | 
| +  F(PushModuleContext, 1, 1) \
 | 
|    F(DeleteContextSlot, 2, 1) \
 | 
|    F(LoadContextSlot, 2, 2) \
 | 
|    F(LoadContextSlotNoReferenceError, 2, 2) \
 | 
| 
 |