| Index: webkit/fileapi/file_system_util.cc
|
| diff --git a/webkit/fileapi/file_system_util.cc b/webkit/fileapi/file_system_util.cc
|
| index e0c16a5298e958606d8466d2f3023cf193cb50f4..b1b89d14aedb40be7448454541ad2c098673a18a 100644
|
| --- a/webkit/fileapi/file_system_util.cc
|
| +++ b/webkit/fileapi/file_system_util.cc
|
| @@ -144,6 +144,7 @@ quota::StorageType FileSystemTypeToQuotaStorageType(FileSystemType type) {
|
|
|
| // TODO(kinuko): Merge these two methods (conversion methods between
|
| // origin url <==> identifier) with the ones in the database module.
|
| +// http://crbug.com/116476
|
| std::string GetOriginIdentifierFromURL(const GURL& url) {
|
| WebKit::WebSecurityOrigin web_security_origin =
|
| WebKit::WebSecurityOrigin::createFromString(UTF8ToUTF16(url.spec()));
|
|
|