From d5aa8d7293ec0ebad7de2c86e0f5638eeea7622d Mon Sep 17 00:00:00 2001 From: Takeshi Yoshino Date: Fri, 27 May 2016 21:06:50 +0900 Subject: [PATCH] Fix PromiseInvokeOrNoop autolinking --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 766f3aa6b..c4b1c33dd 100644 --- a/index.bs +++ b/index.bs @@ -3106,7 +3106,7 @@ A few abstract operations are used in this specification for utility purposes. W 1. Otherwise, return a new promise resolved with _returnValue_.[[Value]]. -

PromiseInvokeOrNoop ( O, P, +

PromiseInvokeOrNoop ( O, P, args )