diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h index fce52e8ed8..6b6246fcde 100644 --- a/src/hydrogen-instructions.h +++ b/src/hydrogen-instructions.h @@ -760,7 +760,7 @@ class HBlockEntry: public HTemplateInstruction<0> { class HDeoptimize: public HControlInstruction { public: - HDeoptimize(int environment_length) + explicit HDeoptimize(int environment_length) : HControlInstruction(NULL, NULL), values_(environment_length) { }