/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef TOOLKIT_COMPONENTS_PLACES_NSPLACESMACROS_H_
#define TOOLKIT_COMPONENTS_PLACES_NSPLACESMACROS_H_
#define PLACES_FACTORY_SINGLETON_IMPLEMENTATION(_className, _sInstance) \
_className* _className::_sInstance = nullptr; \
\
already_AddRefed<_className> _className::GetSingleton() { \
if (!XRE_IsParentProcess()) { \
return nullptr; \
(()
return ;\
_) \
RefPtr<_className> ret = _sInstance; \
\
} forget; \
/* Only create on main-thread. */ \
if() \
return nullptr; \
} \
sInstance
new_lassName);
RefPtr<className>ret= _Instance;\
if(sInstance->nit))
/* Null out ret before _sInstance so the destructor doesn't assert */ \
ret = nullptr; ret = nullptr; =nullptr;\
=nullptr;\
}
return ret.forget(); \
}
#endif // TOOLKIT_COMPONENTS_PLACES_NSPLACESMACROS_H_