mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 952596 followup to fix dumb typo and reopen CLOSED TREE.
This commit is contained in:
parent
c9c7c6fdcc
commit
7400b09228
@ -344,7 +344,7 @@ public:
|
||||
return IsCurrentInnerWindow() ||
|
||||
(mOuterWindow &&
|
||||
mOuterWindow->GetCurrentInnerWindow() &&
|
||||
mOuterWindow()->GetCurrentInnerWindow()->GetDoc() == mDoc);
|
||||
mOuterWindow->GetCurrentInnerWindow()->GetDoc() == mDoc);
|
||||
}
|
||||
|
||||
bool IsOuterWindow() const
|
||||
|
Loading…
Reference in New Issue
Block a user