Chromium Code Reviews| Index: Source/modules/crypto/Key.idl |
| diff --git a/Source/modules/crypto/Key.idl b/Source/modules/crypto/Key.idl |
| index 6124a2f57462bfb7150ddcf317d3bb7b8a9779ed..2f365eeaaa066a5fbf692c3beae7974d24f3976d 100644 |
| --- a/Source/modules/crypto/Key.idl |
| +++ b/Source/modules/crypto/Key.idl |
| @@ -30,6 +30,7 @@ |
| [ |
| NoInterfaceObject, |
| + PromiseResolutionTarget, |
| ] interface Key { |
| readonly attribute DOMString type; |
| readonly attribute boolean extractable; |