diff --git a/js/src/jit/JitSpewer.h b/js/src/jit/JitSpewer.h index 06b718eb793..261392f0601 100644 --- a/js/src/jit/JitSpewer.h +++ b/js/src/jit/JitSpewer.h @@ -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) { }