[Webkit-unassigned] [Bug 54138] [Qt] QWebPage with WebGL content crashes when rendering if no QWebView parent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 10 08:07:39 PST 2011


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





--- Comment #6 from Andrew Wason <rectalogic at rectalogic.com>  2011-02-10 08:07:39 PST ---
(In reply to comment #5)
> (From update of attachment 81911 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=81911&action=review
> 
> > Source/WebKit/qt/tests/qwebpage/tst_qwebpage.cpp:2482
> > +#if defined(ENABLE_WEBGL) && ENABLE_WEBGL
> 
> this looks odd...

I know the conventional way is:
#if ENABLE(WEBGL)
but the ENABLE macro isn't available in tst_qwebpage.cpp - not sure what header I need to get it.

Should I just remove the ifdefs altogether?

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