From 2e450c1c597e2f2f4e24b8ce32b973d9990f0882 Mon Sep 17 00:00:00 2001 From: Valentin Gosu Date: Thu, 5 Apr 2018 16:58:44 +0300 Subject: [PATCH] Bug 1451063 - nsICache does not inherit from nsISupports r=michal MozReview-Commit-ID: 9azOJAEy5DH --HG-- extra : rebase_source : 3f296ad00897cb2cf54ac24c1276535e76f64c6e --- netwerk/cache/nsICache.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netwerk/cache/nsICache.idl b/netwerk/cache/nsICache.idl index 95bab1515e19..d3cf089b622f 100644 --- a/netwerk/cache/nsICache.idl +++ b/netwerk/cache/nsICache.idl @@ -13,8 +13,8 @@ typedef long nsCacheAccessMode; * nsICache is a namespace for various cache constants. It does not represent * an actual object. */ -[scriptable, uuid(d6c67f38-b39a-4582-8a48-4c4f8a56dfd0)] -interface nsICache +[builtinclass, uuid(d6c67f38-b39a-4582-8a48-4c4f8a56dfd0)] +interface nsICache : nsISupports { /** * Access Modes