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

Unified Diff: modules/crypto/KeyPair.idl

Issue 37053003: Roll IDL to multivm@1467 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 2 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/README ('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/KeyPair.idl
diff --git a/modules/crypto/Algorithm.idl b/modules/crypto/KeyPair.idl
similarity index 94%
copy from modules/crypto/Algorithm.idl
copy to modules/crypto/KeyPair.idl
index 9af27a181e83f19bcc7861b3290b364d6953da99..538f85a74b28915783911ba40fcedd65b26ca40a 100644
--- a/modules/crypto/Algorithm.idl
+++ b/modules/crypto/KeyPair.idl
@@ -30,7 +30,7 @@
[
NoInterfaceObject,
- CustomToV8
-] interface Algorithm {
- readonly attribute DOMString name;
+] interface KeyPair {
+ readonly attribute Key publicKey;
+ readonly attribute Key privateKey;
};
« no previous file with comments | « modules/README ('k') | modules/crypto/SubtleCrypto.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698