On Tue, 2008-06-24 at 18:34 -0400, Kashyap Ashwin wrote: > I turned on debugging to report the crash. It crashes otherwise as well. > If you look at the bottom most stack frame, this=0x0 when doing the > frame resize: > frame->view()->resize(width, height); // webkitwebview.cpp:754 > > frame->view() returned 0x0, no idea why.
Ah, its missing the check to see if the frame has a view. Fixed in git. Thanks. iain -- To unsubscribe send a mail to [EMAIL PROTECTED]
