зеркало из https://github.com/mozilla/gecko-dev.git
Bug 884061 - Part 3c: Use NS_DECL_THREADSAFE_ISUPPORTS in chrome/, r=bsmedberg
--HG-- extra : rebase_source : f18e7477db6d4d817e1961d1fe8f90ec896bfd51
This commit is contained in:
Родитель
55a7eb9289
Коммит
ce749f814c
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче