diff --git a/js/src/jit/LIR.cpp b/js/src/jit/LIR.cpp index a3bbe9090daf..d4b62c02bb44 100644 --- a/js/src/jit/LIR.cpp +++ b/js/src/jit/LIR.cpp @@ -92,7 +92,7 @@ LBlock::init(TempAllocator &alloc) // Allocate space for the LPhis. if (!phis_.init(alloc, numLPhis)) - return nullptr; + return false; // For each MIR phi, set up LIR phis as appropriate. We'll fill in their // operands on each incoming edge, and set their definitions at the start of