Bug 1517768 - Fix typos of DocShell spelling. r=baku

Differential Revision: https://phabricator.services.mozilla.com/D15733
This commit is contained in:
Jonathan Kingston
2019-01-04 23:17:00 +00:00
parent 32b866a5cc
commit 92c5938cf9
2 changed files with 3 additions and 3 deletions

View File

@@ -2545,7 +2545,7 @@ void nsDocShell::RecomputeCanExecuteScripts() {
RefPtr<nsDocShell> parent = GetParentDocshell();
// If we have no tree owner, that means that we've been detached from the
// docshell tree (this is distinct from having no parent dochshell, which
// docshell tree (this is distinct from having no parent docshell, which
// is the case for root docshells). It would be nice to simply disallow
// script in detached docshells, but bug 986542 demonstrates that this
// behavior breaks at least one website.