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:
caillon%returnzero.com 2002-10-22 04:02:14 +00:00
parent a799920969
commit 24d5ffacf3

View File

@ -42,6 +42,9 @@
**/
function isContentFrame(aFocusedWindow)
{
if (!aFocusedWindow)
return false;
var focusedTop = Components.lookupMethod(aFocusedWindow, 'top')
.call(aFocusedWindow);