This commit is contained in:
hyatt%netscape.com 1999-09-21 02:16:31 +00:00
Родитель b8fa71c1df
Коммит 63966ee534
1 изменённых файлов: 4 добавлений и 3 удалений

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

@ -466,6 +466,7 @@ NS_IMETHODIMP
nsMenuBarFrame::CreateDismissalListener()
{
// Create the listener.
/*
nsMenuFrame::mMenuDismissalListener = new nsMenuDismissalListener();
// Get the global object for the content node and convert it to a DOM
@ -475,16 +476,16 @@ nsMenuBarFrame::CreateDismissalListener()
if (!doc)
return NS_OK;
// doc->GetScriptContextOwner(...);
doc->GetScriptContextOwner(...);
// owner->GetScriptGlobalObject(...);
owner->GetScriptGlobalObject(...);
// qi global object to an nsidomwindow
// Walk up the parent chain until we reach the outermost window.
// Attach ourselves as a mousedown listener.
*/
return NS_OK;
}