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

Unified Diff: Source/modules/crypto/Key.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/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;

Powered by Google App Engine
This is Rietveld 408576698