Index: webkit/fileapi/file_system_quota_client.cc |
=================================================================== |
--- webkit/fileapi/file_system_quota_client.cc (revision 139069) |
+++ webkit/fileapi/file_system_quota_client.cc (working copy) |
@@ -47,8 +47,7 @@ |
virtual void RunOnTargetThread() OVERRIDE { |
FileSystemQuotaUtil* quota_util = file_system_context_->GetQuotaUtil(type_); |
if (quota_util) |
- fs_usage_ = quota_util->GetOriginUsageOnFileThread( |
- file_system_context_, origin_url_, type_); |
+ fs_usage_ = quota_util->GetOriginUsageOnFileThread(origin_url_, type_); |
} |
virtual void Completed() OVERRIDE { |