Chromium Code Reviews| Index: Source/modules/crypto/KeyPair.idl |
| diff --git a/Source/modules/crypto/KeyPair.idl b/Source/modules/crypto/KeyPair.idl |
| index 538f85a74b28915783911ba40fcedd65b26ca40a..f71f87688129627a8d39d0b00eb2d931083a883d 100644 |
| --- a/Source/modules/crypto/KeyPair.idl |
| +++ b/Source/modules/crypto/KeyPair.idl |
| @@ -30,6 +30,7 @@ |
| [ |
| NoInterfaceObject, |
| + PromiseResolutionTarget, |
| ] interface KeyPair { |
| readonly attribute Key publicKey; |
| readonly attribute Key privateKey; |