Bug 1170758 - Make non-debug GraphSpewer constructor explicit. r=nbp

This commit is contained in:
Birunthan Mohanathas 2015-06-02 15:10:16 -07:00
parent bc59d8edde
commit 9e7d61cd4e

View File

@ -171,7 +171,7 @@ void EnableIonDebugAsyncLogging();
class GraphSpewer
{
public:
GraphSpewer(TempAllocator *alloc) { }
explicit GraphSpewer(TempAllocator *alloc) { }
bool isSpewing() { return false; }
void init(MIRGraph* graph, JSScript* function) { }