[Webkit-unassigned] [Bug 29803] [Qt] QWebHistory and QWebPage autotests crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 29 17:57:54 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29803


Kenneth Rohde Christiansen <kenneth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kenneth at webkit.org




--- Comment #8 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2009-09-29 17:57:54 PDT ---
 QWebPage::~QWebPage()
 {
+    d->createMainFrame();

Why does it make sense to create a main frame in the destructor? Shouldn't
there instead be a test to see if it was not created in the following code?

At least I think it deserves a comment.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list