Mozilla Home
Privacy
Cookies
Legal
Bugzilla
Browse
Advanced Search
New Bug
Reports
Documentation
Log In
Log In with GitHub
or
Remember me
Browse
Advanced Search
New Bug
Reports
Documentation
Attachment 35608 Details for
Bug 82073
[patch]
wallpaper
diffs.txt (text/plain), 573 bytes, created by
Chris Waterson
(
hide
)
Description:
wallpaper
Filename:
MIME Type:
Creator:
Chris Waterson
Size:
573 bytes
patch
obsolete
>Index: nsDocShell.cpp >=================================================================== >RCS file: /cvsroot/mozilla/docshell/base/nsDocShell.cpp,v >retrieving revision 1.305 >diff -u -r1.305 nsDocShell.cpp >--- nsDocShell.cpp 2001/05/22 08:15:37 1.305 >+++ nsDocShell.cpp 2001/05/22 17:28:18 >@@ -2498,6 +2498,9 @@ > is not collapsed. */ > nsIFrame* rootFrame; > presShell->GetRootFrame(&rootFrame); >+ if (!rootFrame) >+ return NS_ERROR_FAILURE; >+ > nsRect frameRect; > rootFrame->GetRect(frameRect); > if (frameRect.IsEmpty()) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
|
Review
Attachments on
bug 82073
:
35549
| 35608