[Webkit-unassigned] [Bug 51331] [Qt] REGRESSION (r73535): tst_QWebPage fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 3 06:29:38 PST 2011


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





--- Comment #2 from Csaba Osztrogonac <ossy at webkit.org>  2011-02-03 06:29:38 PST ---
(From update of attachment 79847)
View in context: https://bugs.webkit.org/attachment.cgi?id=79847&action=review

> Source/WebKit/qt/tests/qwebpage/tst_qwebpage.cpp:512
> -    QVERIFY(contextMenu);
> +    QVERIFY(!contextMenu);
>      delete contextMenu;

Deleting a null pointer is incorrect. Otherwise it worked for me locally.

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