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

Unified Diff: modules/crypto/CryptoKey.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 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 | « modules/crypto/Crypto.idl ('k') | modules/crypto/SubtleCrypto.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/crypto/CryptoKey.idl
diff --git a/modules/crypto/CryptoKey.idl b/modules/crypto/CryptoKey.idl
index 0ad4ab6149c5d6092514d370ebc7306b7ad9b7c7..3fcabf1ebbaba59c2c889ce091662518515deac9 100644
--- a/modules/crypto/CryptoKey.idl
+++ b/modules/crypto/CryptoKey.idl
@@ -30,10 +30,10 @@
[
GarbageCollected,
- NoInterfaceObject
+ Exposed=(Window,Worker)
] interface CryptoKey {
readonly attribute DOMString type;
readonly attribute boolean extractable;
- [Custom] readonly attribute object algorithm;
+ [CallWith=ScriptState] readonly attribute object algorithm;
readonly attribute DOMString[] usages;
};
« no previous file with comments | « modules/crypto/Crypto.idl ('k') | modules/crypto/SubtleCrypto.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698