Bug 952596 followup to fix dumb typo and reopen CLOSED TREE.

This commit is contained in:
Boris Zbarsky 2014-02-28 09:09:11 -05:00
Родитель 9db269c560
Коммит bc44b8b832
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -344,7 +344,7 @@ public:
return IsCurrentInnerWindow() ||
(mOuterWindow &&
mOuterWindow->GetCurrentInnerWindow() &&
mOuterWindow()->GetCurrentInnerWindow()->GetDoc() == mDoc);
mOuterWindow->GetCurrentInnerWindow()->GetDoc() == mDoc);
}
bool IsOuterWindow() const