Bug 899368 - remove static constructors added in bug 894448 with some constexpr pixi dust. r=bz

This commit is contained in:
Trevor Saunders 2013-07-30 08:57:28 +09:00
parent 8a3516b805
commit 6b2dfe7a73

View File

@ -2286,7 +2286,7 @@ template<class T>
class GetCCParticipant<T, true>
{
public:
static nsCycleCollectionParticipant*
static MOZ_CONSTEXPR nsCycleCollectionParticipant*
Get()
{
return nullptr;