Bug 884061 - Part 3c: Use NS_DECL_THREADSAFE_ISUPPORTS in chrome/, r=bsmedberg

--HG--
extra : rebase_source : f18e7477db6d4d817e1961d1fe8f90ec896bfd51
This commit is contained in:
Joshua Cranmer 2013-07-18 21:20:39 -05:00
Родитель 55a7eb9289
Коммит ce749f814c
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -39,9 +39,9 @@
////////////////////////////////////////////////////////////////////////////////
NS_IMPL_THREADSAFE_ISUPPORTS2(nsChromeProtocolHandler,
nsIProtocolHandler,
nsISupportsWeakReference)
NS_IMPL_ISUPPORTS2(nsChromeProtocolHandler,
nsIProtocolHandler,
nsISupportsWeakReference)
////////////////////////////////////////////////////////////////////////////////
// nsIProtocolHandler methods:

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

@ -22,7 +22,7 @@ class nsChromeProtocolHandler MOZ_FINAL : public nsIProtocolHandler,
public nsSupportsWeakReference
{
public:
NS_DECL_ISUPPORTS
NS_DECL_THREADSAFE_ISUPPORTS
// nsIProtocolHandler methods:
NS_DECL_NSIPROTOCOLHANDLER