зеркало из https://github.com/mozilla/gecko-dev.git
argh, continuing to fix bustage
This commit is contained in:
Родитель
8bdb9772d7
Коммит
5a9b13eaf9
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче