Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Unified Diff: Source/modules/crypto/KeyPair.idl

Issue 78713009: Introduce toV8NoInline (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698