Bug 48886, fix UMR and clean up some ugly code. r=jst, a=vidur.

git-svn-id: svn://10.0.0.236/trunk@82395 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
heikki%netscape.com
2000-11-08 00:31:06 +00:00
parent 635e0685ba
commit de26e0d8e5
4 changed files with 14 additions and 18 deletions

View File

@@ -2479,7 +2479,7 @@ PresShell::ResizeReflow(nscoord aWidth, nscoord aHeight)
//Send resize event from here.
nsEvent event;
nsEventStatus status;
nsEventStatus status = nsEventStatus_eIgnore;
event.eventStructType = NS_EVENT;
event.message = NS_RESIZE_EVENT;
event.time = 0;