Chromium Code Reviews| Index: core/dom/PromiseResolver.idl |
| diff --git a/core/dom/PromiseResolver.idl b/core/dom/PromiseResolver.idl |
| index f2c80b491a1189e5dc8cfe0d0e341791e65770c4..b67107018cbef7ff4bcabe631d5f2f403bbd9993 100644 |
| --- a/core/dom/PromiseResolver.idl |
| +++ b/core/dom/PromiseResolver.idl |
| @@ -29,6 +29,7 @@ |
| */ |
| [ |
| + GlobalContext=Window&WorkerGlobalScope, |
| EnabledAtRuntime=promise |
| ] interface PromiseResolver { |
| [Custom] void fulfill(optional any value); |