Bug 1447194 - Use threadsafe refcounting in all nsIURI implementations r=mayhemer

It seem that only nsStandardURL and nsSimpleURI (and classes that inherit them) do not have threadsafe refcounting yet.

MozReview-Commit-ID: J8gLoBSPCTl

--HG--
extra : rebase_source : 0e1659c28b18909e31b2e3e74baf74edf1e100c8
This commit is contained in:
Valentin Gosu 2018-03-20 15:51:17 +01:00
Родитель 44813a9cf7
Коммит 105a3dd952
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -40,7 +40,7 @@ protected:
virtual ~nsSimpleURI();
public:
NS_DECL_ISUPPORTS
NS_DECL_THREADSAFE_ISUPPORTS
NS_DECL_NSIURI
NS_DECL_NSISERIALIZABLE
NS_DECL_NSICLASSINFO

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

@ -58,7 +58,7 @@ protected:
explicit nsStandardURL(bool aSupportsFileURL = false, bool aTrackURL = true);
public:
NS_DECL_ISUPPORTS
NS_DECL_THREADSAFE_ISUPPORTS
NS_DECL_NSIURI
NS_DECL_NSIURL
NS_DECL_NSIFILEURL