File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ var hterr_grabber = {
159159 if ( ! wnd )
160160 return ;
161161 if ( wnd . contentWindow . hterrTimer )
162- wnd . contentWindow . clearTimeout ( wnd . hterrTimer ) ;
162+ wnd . contentWindow . clearTimeout ( wnd . contentWindow . hterrTimer ) ;
163163 if ( wnd . contentDocument . body === null )
164164 return ;
165165 if ( wnd . contentDocument . body . scrollHeight > wnd . contentDocument . documentElement . clientHeight )
@@ -297,7 +297,7 @@ hterr_grabber.TracingListener.prototype = {
297297 if ( mainDoc !== false )
298298 {
299299 if ( mainDoc . contentWindow . hterrTimer )
300- mainDoc . contentWindow . clearTimeout ( mainDoc . hterrTimer ) ;
300+ mainDoc . contentWindow . clearTimeout ( mainDoc . contentWindow . hterrTimer ) ;
301301 }
302302 request . QueryInterface ( Components . interfaces . nsIHttpChannel ) ;
303303 hterr_grabber . nullData [ request . channelId ] = true ;
You can’t perform that action at this time.
0 commit comments