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

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

Issue 179353002: [webcrypto] Add the KeyAlgorithm interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/KeyAlgorithm.idl
diff --git a/Source/modules/crypto/Algorithm.idl b/Source/modules/crypto/KeyAlgorithm.idl
similarity index 94%
rename from Source/modules/crypto/Algorithm.idl
rename to Source/modules/crypto/KeyAlgorithm.idl
index a1373bde07516fd21f8e1a7f5cf2b58c888cbc5a..b8188c9fd38d5a457d2371a77efe80c83b8d96b2 100644
--- a/Source/modules/crypto/Algorithm.idl
+++ b/Source/modules/crypto/KeyAlgorithm.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Google Inc. All rights reserved.
+ * Copyright (C) 2014 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -29,8 +29,9 @@
*/
[
+ Custom=Wrap,
WillBeGarbageCollected,
NoInterfaceObject
-] interface Algorithm {
+] interface KeyAlgorithm {
readonly attribute DOMString name;
};

Powered by Google App Engine
This is Rietveld 408576698