X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fwebkit%2Fcommon%2Fdatabase%2Fdatabase_identifier.cc;h=5bcc4ec6046e3f45eb0fd2d7817cb5b224c87deb;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=7bd53f77034cdc275a28bbed44b711f15922d04e;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/webkit/common/database/database_identifier.cc b/src/webkit/common/database/database_identifier.cc index 7bd53f7..5bcc4ec 100644 --- a/src/webkit/common/database/database_identifier.cc +++ b/src/webkit/common/database/database_identifier.cc @@ -116,7 +116,7 @@ DatabaseIdentifier::DatabaseIdentifier(const std::string& scheme, bool is_unique, bool is_file) : scheme_(scheme), - hostname_(StringToLowerASCII(hostname)), + hostname_(base::StringToLowerASCII(hostname)), port_(port), is_unique_(is_unique), is_file_(is_file) {