Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / native_client_sdk / src / libraries / nacl_io / node.cc
index b8876ed..fc30867 100644 (file)
@@ -165,7 +165,7 @@ int Node::GetLinks() { return stat_.st_nlink; }
 
 int Node::GetMode() { return stat_.st_mode & ~S_IFMT; }
 
-Error Node::GetSize(size_t* out_size) {
+Error Node::GetSize(off_t* out_size) {
   *out_size = stat_.st_size;
   return 0;
 }