| Index: Source/core/dom/Promise.idl
|
| diff --git a/Source/core/dom/Promise.idl b/Source/core/dom/Promise.idl
|
| index 3413c52df41094648c4c234dfd106049271f71c0..37c595d36f539895486a473a35dee68f07ce6034 100644
|
| --- a/Source/core/dom/Promise.idl
|
| +++ b/Source/core/dom/Promise.idl
|
| @@ -28,7 +28,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -callback PromiseInit = void (PromiseResolver resolver);
|
| +callback PromiseInit = void (any resolve, any reject);
|
| callback AnyCallback = any (optional any value);
|
| [
|
| GlobalContext=Window&WorkerGlobalScope,
|
|
|