mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
175920, Null window references are not in the content area.
r=bugs4hj@netscape.net sr=bryner@netscape.com a=roc+moz@cs.cmu.edu
This commit is contained in:
parent
5600776c4c
commit
5bbf5e01e0
@ -42,6 +42,9 @@
|
||||
**/
|
||||
function isContentFrame(aFocusedWindow)
|
||||
{
|
||||
if (!aFocusedWindow)
|
||||
return false;
|
||||
|
||||
var focusedTop = Components.lookupMethod(aFocusedWindow, 'top')
|
||||
.call(aFocusedWindow);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user