sr=rpotts, r=gagan. 70743. switching over to new extensible URI::SchemeIs() api

This commit is contained in:
valeski%netscape.com 2006-04-20 03:37:12 +00:00
Родитель 846b77f4e4
Коммит 20f0ac2a44
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -860,7 +860,7 @@ nsXMLHttpRequest::OpenRequest(const char *method,
// The following check takes the place of nsScriptSecurityManager::CheckLoadURI
// since loads of http URLs are always allowed.
PRBool isHTTP = PR_FALSE;
uri->SchemeIs(nsIURI::HTTP, &isHTTP);
uri->SchemeIs("http", &isHTTP);
if (!isHTTP)
return NS_ERROR_INVALID_ARG;