mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
oops
This commit is contained in:
parent
b8fa71c1df
commit
63966ee534
@ -466,6 +466,7 @@ NS_IMETHODIMP
|
|||||||
nsMenuBarFrame::CreateDismissalListener()
|
nsMenuBarFrame::CreateDismissalListener()
|
||||||
{
|
{
|
||||||
// Create the listener.
|
// Create the listener.
|
||||||
|
/*
|
||||||
nsMenuFrame::mMenuDismissalListener = new nsMenuDismissalListener();
|
nsMenuFrame::mMenuDismissalListener = new nsMenuDismissalListener();
|
||||||
|
|
||||||
// Get the global object for the content node and convert it to a DOM
|
// Get the global object for the content node and convert it to a DOM
|
||||||
@ -475,16 +476,16 @@ nsMenuBarFrame::CreateDismissalListener()
|
|||||||
if (!doc)
|
if (!doc)
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
|
|
||||||
// doc->GetScriptContextOwner(...);
|
doc->GetScriptContextOwner(...);
|
||||||
|
|
||||||
// owner->GetScriptGlobalObject(...);
|
owner->GetScriptGlobalObject(...);
|
||||||
|
|
||||||
// qi global object to an nsidomwindow
|
// qi global object to an nsidomwindow
|
||||||
|
|
||||||
// Walk up the parent chain until we reach the outermost window.
|
// Walk up the parent chain until we reach the outermost window.
|
||||||
|
|
||||||
// Attach ourselves as a mousedown listener.
|
// Attach ourselves as a mousedown listener.
|
||||||
|
*/
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user