$OpenBSD: patch-webkit_glue_plugins_pepper_file_system_cc,v 1.1 2011/02/08 09:43:02 espie Exp $
--- webkit/glue/plugins/pepper_file_system.cc.orig	Fri Jan 21 10:19:48 2011
+++ webkit/glue/plugins/pepper_file_system.cc	Mon Jan 24 00:03:15 2011
@@ -35,7 +35,7 @@ PP_Resource Create(PP_Instance instance, PP_FileSystem
 }
 
 int32_t Open(PP_Resource file_system_id,
-             int64 expected_size,
+             int64_t expected_size,
              PP_CompletionCallback callback) {
   scoped_refptr<FileSystem> file_system(
       Resource::GetAs<FileSystem>(file_system_id));
