Revision: 3671
Author: [email protected]
Date: Thu Jan 21 05:59:15 2010
Log: Fix Android build.
Review URL: http://codereview.chromium.org/545153
http://code.google.com/p/v8/source/detail?r=3671
Modified:
/branches/bleeding_edge/src/serialize.h
=======================================
--- /branches/bleeding_edge/src/serialize.h Mon Jan 18 08:04:25 2010
+++ /branches/bleeding_edge/src/serialize.h Thu Jan 21 05:59:15 2010
@@ -147,7 +147,7 @@
return position_ == length_;
}
- const int position() { return position_; }
+ int position() { return position_; }
private:
const byte* data_;
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev