Revision: 8010
Author: [email protected]
Date: Mon May 23 23:10:13 2011
Log: Fix lint error in 3.1 branch.
Review URL: http://codereview.chromium.org/7067016
http://code.google.com/p/v8/source/detail?r=8010
Modified:
/branches/3.1/src/hydrogen-instructions.h
/branches/3.1/src/version.cc
=======================================
--- /branches/3.1/src/hydrogen-instructions.h Mon May 23 06:28:26 2011
+++ /branches/3.1/src/hydrogen-instructions.h Mon May 23 23:10:13 2011
@@ -791,7 +791,7 @@
class HDeoptimize: public HControlInstruction {
public:
- HDeoptimize(int environment_length)
+ explicit HDeoptimize(int environment_length)
: HControlInstruction(NULL, NULL),
values_(environment_length) { }
=======================================
--- /branches/3.1/src/version.cc Mon May 23 13:32:35 2011
+++ /branches/3.1/src/version.cc Mon May 23 23:10:13 2011
@@ -35,7 +35,7 @@
#define MAJOR_VERSION 3
#define MINOR_VERSION 1
#define BUILD_NUMBER 8
-#define PATCH_LEVEL 19
+#define PATCH_LEVEL 20
#define CANDIDATE_VERSION false
// Define SONAME to have the SCons build the put a specific SONAME into the
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev