diff --git a/spec.html b/spec.html index 2be4dec4c0..deefa017d5 100644 --- a/spec.html +++ b/spec.html @@ -39913,7 +39913,7 @@

NewPromiseReactionJob ( _reaction_, _argument_ )

1. Return Completion(_status_). 1. Let _handlerRealm_ be *null*. 1. If _reaction_.[[Handler]] is not *undefined*, then - 1. Let _getHandlerRealmResult_ be GetFunctionRealm(_handler_). + 1. Let _getHandlerRealmResult_ be GetFunctionRealm(_reaction_.[[Handler]]). 1. If _getHandlerRealmResult_ is a normal completion, then set _handlerRealm_ to _getHandlerRealmResult_.[[Value]]. 1. Return { [[Job]]: _job_, [[Realm]]: _handlerRealm_ }.