зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1143620 - Fix OutWindowOpened flag r=kanru
This commit is contained in:
Родитель
b48c48870d
Коммит
cea1eaa1aa
|
@ -2502,7 +2502,7 @@ TabParent::RecvBrowserFrameOpenWindow(PBrowserParent* aOpener,
|
|||
BrowserElementParent::OpenWindowResult opened =
|
||||
BrowserElementParent::OpenWindowOOP(TabParent::GetFrom(aOpener),
|
||||
this, aURL, aName, aFeatures);
|
||||
*aOutWindowOpened = (opened != BrowserElementParent::OPEN_WINDOW_CANCELLED);
|
||||
*aOutWindowOpened = (opened == BrowserElementParent::OPEN_WINDOW_ADDED);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче