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

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

Issue 859733002: Expose the Crypto and SubtleCrypto interface objects (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Exposed=(Window,Worker) 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
Index: Source/modules/crypto/Crypto.idl
diff --git a/Source/modules/crypto/Crypto.idl b/Source/modules/crypto/Crypto.idl
index 43f1945fe809ec864aa1db3712ee368509060dbb..a803ce357109a8097f00bfd4941575772dc5b199 100644
--- a/Source/modules/crypto/Crypto.idl
+++ b/Source/modules/crypto/Crypto.idl
@@ -28,7 +28,7 @@
[
GarbageCollected,
- NoInterfaceObject
+ Exposed=(Window,Worker)
] interface Crypto {
// Note that getRandomValues() is available even when the "Crypto"
// runtime feature is disabled.
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt ('k') | Source/modules/crypto/SubtleCrypto.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698