Bug 1363029 - mark nsICryptoHash builtinclass r=keeler draft
authorPatrick McManus <mcmanus@ducksong.com>
Mon, 08 May 2017 10:07:31 -0400
changeset 574242 1ff40bbd506f973cd05225dc556c6f0db5df6338
parent 573359 23fe0b76a018a5077a0f7234cff91c41e4b6af64
child 627514 1f513c88e935f0dd7fe7b1ba61fe9b0dcf5ea1c3
push id57620
push userbmo:mcmanus@ducksong.com
push dateMon, 08 May 2017 14:14:34 +0000
reviewerskeeler
bugs1363029
milestone55.0a1
Bug 1363029 - mark nsICryptoHash builtinclass r=keeler MozReview-Commit-ID: 5fEuGtASoZ1
security/manager/ssl/nsICryptoHash.idl
--- a/security/manager/ssl/nsICryptoHash.idl
+++ b/security/manager/ssl/nsICryptoHash.idl
@@ -5,17 +5,17 @@
 #include "nsISupports.idl"
 interface nsIInputStream;
 
 /**
  * nsICryptoHash
  * This interface provides crytographic hashing algorithms.
  */
 
-[scriptable, uuid(1e5b7c43-4688-45ce-92e1-77ed931e3bbe)]
+[builtinclass, scriptable, uuid(1e5b7c43-4688-45ce-92e1-77ed931e3bbe)]
 interface nsICryptoHash : nsISupports
 {
     /**
      * Hashing Algorithms.  These values are to be used by the
      * |init| method to indicate which hashing function to
      * use.  These values map directly onto the values defined
      * in mozilla/security/nss/lib/cryptohi/hasht.h.
      */