From 8b0eab16f6b20c417a8f056156f7ccab3d5ad8df Mon Sep 17 00:00:00 2001 From: Patrick McManus Date: Mon, 8 May 2017 10:07:31 -0400 Subject: [PATCH] Bug 1363029 - mark nsICryptoHash builtinclass r=keeler MozReview-Commit-ID: 5fEuGtASoZ1 --- security/manager/ssl/nsICryptoHash.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/manager/ssl/nsICryptoHash.idl b/security/manager/ssl/nsICryptoHash.idl index cd865a3a9d337..b319969f795ca 100644 --- a/security/manager/ssl/nsICryptoHash.idl +++ b/security/manager/ssl/nsICryptoHash.idl @@ -10,7 +10,7 @@ interface nsIInputStream; * This interface provides crytographic hashing algorithms. */ -[scriptable, uuid(1e5b7c43-4688-45ce-92e1-77ed931e3bbe)] +[builtinclass, scriptable, uuid(1e5b7c43-4688-45ce-92e1-77ed931e3bbe)] interface nsICryptoHash : nsISupports { /**