Bug 1057082 - Fix static-analysis build sailure on CLOSED TREE. r=tbpl-red

This commit is contained in:
Kannan Vijayan 2015-01-16 11:57:24 -05:00
parent 409524211d
commit 1eb25b5880

View File

@ -3675,7 +3675,7 @@ class LOsrEntry : public LInstructionHelper<1, 0, 1>
public:
LIR_HEADER(OsrEntry)
LOsrEntry(const LDefinition &temp)
explicit LOsrEntry(const LDefinition &temp)
: frameDepth_(0)
{
setTemp(0, temp);