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

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

Issue 179353002: [webcrypto] Add the KeyAlgorithm interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Inline the empty trace() 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/HmacKeyAlgorithm.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceDocument.idl b/Source/modules/crypto/HmacKeyAlgorithm.idl
similarity index 91%
copy from Source/bindings/tests/idls/TestInterfaceDocument.idl
copy to Source/modules/crypto/HmacKeyAlgorithm.idl
index 2a687e871a44bace871a2d7b65243bbbdedc7339..7071fad055777de7553464eb48c9815ced24cbec 100644
--- a/Source/bindings/tests/idls/TestInterfaceDocument.idl
+++ b/Source/modules/crypto/HmacKeyAlgorithm.idl
@@ -28,5 +28,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface TestInterfaceDocument : Document {
+[
+ WillBeGarbageCollected,
haraken 2014/02/25 09:15:46 Ditto. Remove this.
+ NoInterfaceObject
+] interface HmacKeyAlgorithm : KeyAlgorithm {
+ readonly attribute KeyAlgorithm hash;
};

Powered by Google App Engine
This is Rietveld 408576698