Revision: 7223
Author: [email protected]
Date: Thu Mar 17 05:36:12 2011
Log: Fix presubmit error introduced by r7221.

[email protected]

Review URL: http://codereview.chromium.org/6673112
http://code.google.com/p/v8/source/detail?r=7223

Modified:
 /branches/bleeding_edge/src/hydrogen-instructions.h

=======================================
--- /branches/bleeding_edge/src/hydrogen-instructions.h Thu Mar 17 05:22:49 2011 +++ /branches/bleeding_edge/src/hydrogen-instructions.h Thu Mar 17 05:36:12 2011
@@ -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

Reply via email to