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

Unified Diff: modules/crypto/CryptoKey.idl

Issue 581453002: Dartium Roll 38 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Sync'd w/ r 182210 Created 6 years, 3 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/AesKeyAlgorithm.idl ('k') | modules/crypto/HmacKeyAlgorithm.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/Key.idl b/modules/crypto/CryptoKey.idl
similarity index 95%
rename from modules/crypto/Key.idl
rename to modules/crypto/CryptoKey.idl
index 9bc0305229813ac03b2e0c786b453f834bb57eac..0ad4ab6149c5d6092514d370ebc7306b7ad9b7c7 100644
--- a/modules/crypto/Key.idl
+++ b/modules/crypto/CryptoKey.idl
@@ -31,9 +31,9 @@
[
GarbageCollected,
NoInterfaceObject
-] interface Key {
+] interface CryptoKey {
readonly attribute DOMString type;
readonly attribute boolean extractable;
- readonly attribute KeyAlgorithm algorithm;
+ [Custom] readonly attribute object algorithm;
readonly attribute DOMString[] usages;
};
« no previous file with comments | « modules/crypto/AesKeyAlgorithm.idl ('k') | modules/crypto/HmacKeyAlgorithm.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698