Index: webkit/blob/blob_url_request_job.h |
=================================================================== |
--- webkit/blob/blob_url_request_job.h (revision 132070) |
+++ webkit/blob/blob_url_request_job.h (working copy) |
@@ -55,7 +55,7 @@ |
void DidStart(); |
void CountSize(); |
void DidCountSize(int error); |
- void DidGetFileItemLength(size_t index, int result); |
+ void DidGetFileItemLength(size_t index, int64 result); |
void Seek(int64 offset); |
// For reading the blob. |