| Index: Source/core/dom/PromiseResolver.idl
|
| diff --git a/Source/core/dom/PromiseResolver.idl b/Source/core/dom/PromiseResolver.idl
|
| index 86fe30751c847623f955f1eece26482ceeb11e4a..f2c80b491a1189e5dc8cfe0d0e341791e65770c4 100644
|
| --- a/Source/core/dom/PromiseResolver.idl
|
| +++ b/Source/core/dom/PromiseResolver.idl
|
| @@ -31,4 +31,7 @@
|
| [
|
| EnabledAtRuntime=promise
|
| ] interface PromiseResolver {
|
| + [Custom] void fulfill(optional any value);
|
| + [Custom] void resolve(optional any value);
|
| + [Custom] void reject(optional any value);
|
| };
|
|
|