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

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

Issue 845633002: Remove NoInterfaceObject attribute from CryptoKey. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expose to Workers Created 5 years, 11 months 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
« no previous file with comments | « LayoutTests/crypto/subtle/resources/subtle-crypto-concurrent.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/CryptoKey.idl
diff --git a/Source/modules/crypto/CryptoKey.idl b/Source/modules/crypto/CryptoKey.idl
index 0ad4ab6149c5d6092514d370ebc7306b7ad9b7c7..20a972131a4540dcd3eb9209075da6116d7a50b9 100644
--- a/Source/modules/crypto/CryptoKey.idl
+++ b/Source/modules/crypto/CryptoKey.idl
@@ -30,7 +30,7 @@
[
GarbageCollected,
- NoInterfaceObject
+ Exposed=(Window,Worker)
] interface CryptoKey {
readonly attribute DOMString type;
readonly attribute boolean extractable;
« no previous file with comments | « LayoutTests/crypto/subtle/resources/subtle-crypto-concurrent.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698