From 7663d7f1def0aae46dbddb572d130f7ad2c3e73a Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Wed, 24 Jan 2018 17:38:45 -0500 Subject: [PATCH] Editorial: Let emu-xref fill in the title. --- spec.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.html b/spec.html index 0a55173d8f7..988ea251010 100644 --- a/spec.html +++ b/spec.html @@ -37473,8 +37473,8 @@

Promise.prototype.finally ( _onFinally_ )

1. Let _thenFinally_ be _onFinally_. 1. Let _catchFinally_ be _onFinally_. 1. Else, - 1. Let _thenFinally_ be a new built-in function object as defined in ThenFinally Function. - 1. Let _catchFinally_ be a new built-in function object as defined in CatchFinally Function. + 1. Let _thenFinally_ be a new built-in function object as defined in . + 1. Let _catchFinally_ be a new built-in function object as defined in . 1. Set _thenFinally_ and _catchFinally_'s [[Constructor]] internal slots to _C_. 1. Set _thenFinally_ and _catchFinally_'s [[OnFinally]] internal slots to _onFinally_. 1. Return ? Invoke(_promise_, `"then"`, « _thenFinally_, _catchFinally_ »).