зеркало из https://github.com/mozilla/gecko-dev.git
Fixing orange due to fix for bug 390275.
This commit is contained in:
Родитель
350e5abb80
Коммит
407a3841df
|
@ -6899,7 +6899,8 @@ nsGlobalWindow::SetTimeoutOrInterval(PRBool aIsInterval, PRInt32 *aReturn)
|
|||
// inner (e.g. someone is calling setTimeout() on a reference to
|
||||
// some other window).
|
||||
|
||||
if (callerInner->GetOuterWindow() == this) {
|
||||
if (callerInner->GetOuterWindow() == this &&
|
||||
callerInner->IsInnerWindow()) {
|
||||
return callerInner->SetTimeoutOrInterval(aIsInterval, aReturn);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче