зеркало из https://github.com/mozilla/gecko-dev.git
error check repeated window registration. bug 222042 r=scott,sspitzer
This commit is contained in:
Родитель
d6629585fb
Коммит
224bb603bc
|
@ -118,6 +118,11 @@ nsWindowMediator::~nsWindowMediator()
|
|||
|
||||
NS_IMETHODIMP nsWindowMediator::RegisterWindow(nsIXULWindow* inWindow)
|
||||
{
|
||||
if (GetInfoFor(inWindow)) {
|
||||
NS_ERROR("multiple window registration");
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
mTimeStamp++;
|
||||
|
||||
// Create window info struct and add to list of windows
|
||||
|
|
Загрузка…
Ссылка в новой задаче