X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fchild%2Fsimple_webmimeregistry_impl.cc;h=e7416d92041d5443c2cd4782704a549fa4fbb99e;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=3b3ebd62c79b3723e99614a65f05f4558369ea4c;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/child/simple_webmimeregistry_impl.cc b/src/content/child/simple_webmimeregistry_impl.cc index 3b3ebd6..e7416d9 100644 --- a/src/content/child/simple_webmimeregistry_impl.cc +++ b/src/content/child/simple_webmimeregistry_impl.cc @@ -18,7 +18,8 @@ namespace content { //static std::string SimpleWebMimeRegistryImpl::ToASCIIOrEmpty(const WebString& string) { - return IsStringASCII(string) ? base::UTF16ToASCII(string) : std::string(); + return base::IsStringASCII(string) ? base::UTF16ToASCII(string) + : std::string(); } WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsMIMEType(