Commit 3feb7e80 authored by erik.corry@gmail.com's avatar erik.corry@gmail.com

Fix Android build.

Review URL: http://codereview.chromium.org/545153

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3671 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 9c633592
...@@ -147,7 +147,7 @@ class SnapshotByteSource { ...@@ -147,7 +147,7 @@ class SnapshotByteSource {
return position_ == length_; return position_ == length_;
} }
const int position() { return position_; } int position() { return position_; }
private: private:
const byte* data_; const byte* data_;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment