Revision: 11226
Author: [email protected]
Date: Wed Apr 4 07:33:03 2012
Log: Fix presubmit checks after r11223
TBR=mnaganov
Review URL: https://chromiumcodereview.appspot.com/9961008
http://code.google.com/p/v8/source/detail?r=11226
Modified:
/branches/bleeding_edge/src/profile-generator.cc
=======================================
--- /branches/bleeding_edge/src/profile-generator.cc Wed Apr 4 06:36:57
2012
+++ /branches/bleeding_edge/src/profile-generator.cc Wed Apr 4 07:33:03
2012
@@ -3510,7 +3510,7 @@
// This function won't work correctly for MIN_INT but this is not
// a problem in case of heap snapshots serialization.
-static int itoa(int value, Vector<char>& buffer, int buffer_pos) {
+static int itoa(int value, const Vector<char>& buffer, int buffer_pos) {
if (value < 0) {
buffer[buffer_pos++] = '-';
value = -value;
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev