Bug 1161831 - Stop using threaddsafe ISupports for nsResProtocolHandler. r=billm

As far as I can tell, this thing isn't threadsafe at all.
This commit is contained in:
Bobby Holley 2015-07-17 14:40:21 -07:00
Родитель 4f18eeb505
Коммит b089aa1676
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -27,7 +27,7 @@ public:
class nsResProtocolHandler final : public nsIResProtocolHandler, public nsSupportsWeakReference
{
public:
NS_DECL_THREADSAFE_ISUPPORTS
NS_DECL_ISUPPORTS
NS_DECL_NSIPROTOCOLHANDLER
NS_DECL_NSIRESPROTOCOLHANDLER