[Webkit-unassigned] [Bug 66749] [Qt] Assertion fails in three regression tests after r93567

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 21 00:23:14 PDT 2011


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


lakshmig <lakshmiprasannag10 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lakshmiprasannag10 at gmail.co
                   |                            |m




--- Comment #4 from lakshmig <lakshmiprasannag10 at gmail.com>  2011-09-21 00:23:14 PST ---
The Asset condition is checking webFrame object existence, it has not been freed any where before the Assert instruction, so the webFrame.isNull() instruction is returning false. After adding following instructions all the test cases mentioned above are passing.

 delete webFrame ;
 ASSERT(webFrame.isNull());

-- 
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