Reviewers: Kevin Millikin, Description: Fix presubmit error introduced by r7221.
[email protected] Please review this at http://codereview.chromium.org/6673112/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/hydrogen-instructions.h Index: src/hydrogen-instructions.h =================================================================== --- src/hydrogen-instructions.h (revision 7221) +++ src/hydrogen-instructions.h (working copy) @@ -760,7 +760,7 @@ class HDeoptimize: public HControlInstruction { public: - HDeoptimize(int environment_length) + explicit HDeoptimize(int environment_length) : HControlInstruction(NULL, NULL), values_(environment_length) { } -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
