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
This commit is contained in:
parent
9c6335929b
commit
3feb7e801f
@ -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_;
|
||||||
|
Loading…
Reference in New Issue
Block a user