argh, continuing to fix bustage

This commit is contained in:
alecf%netscape.com 2002-04-12 03:39:11 +00:00
Родитель 8bdb9772d7
Коммит 5a9b13eaf9
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -330,7 +330,7 @@ nsXBLDocumentInfo::nsXBLDocumentInfo(const char* aDocURI, nsIDocument* aDocument
mDocument->GetDocumentURL(getter_AddRefs(uri));
if (IsChromeOrResourceURI(uri)) {
// Cache whether or not this chrome XBL can execute scripts.
nsCOMPtr<nsIChromeRegistry> reg(do_GetService(kChromeRegistryCID));
nsCOMPtr<nsIXULChromeRegistry> reg(do_GetService(kChromeRegistryCID));
if (reg) {
PRBool allow = PR_TRUE;
reg->AllowScriptsForSkin(uri, &allow);