| Index: webkit/common/fileapi/file_system_util.cc
 | 
| diff --git a/webkit/common/fileapi/file_system_util.cc b/webkit/common/fileapi/file_system_util.cc
 | 
| index bc9aba7e1c48fea7b3d25a0624b6675e589d2346..6229bc22c795e4e4610d3f85e1e3b0b139052566 100644
 | 
| --- a/webkit/common/fileapi/file_system_util.cc
 | 
| +++ b/webkit/common/fileapi/file_system_util.cc
 | 
| @@ -296,6 +296,8 @@ WebKit::WebFileError PlatformFileErrorToWebFileError(
 | 
|        return WebKit::WebFileErrorSecurity;
 | 
|      case base::PLATFORM_FILE_ERROR_NO_SPACE:
 | 
|        return WebKit::WebFileErrorQuotaExceeded;
 | 
| +    case base::PLATFORM_FILE_ERROR_INVALID_URL:
 | 
| +      return WebKit::WebFileErrorEncoding;
 | 
|      default:
 | 
|        return WebKit::WebFileErrorInvalidModification;
 | 
|    }
 | 
| 
 |