Commit 638b62fa authored by vegorov@chromium.org's avatar vegorov@chromium.org

Fix presubmit error introduced by r7221.

TBR=kmillikin@chromium.org

Review URL: http://codereview.chromium.org/6673112

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7223 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent e6c7ca36
......@@ -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) { }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment