[Webkit-unassigned] [Bug 33008] [Qt] fast/workers/stress-js-execution.html is crashing on Qt bot (intermittently)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Mar 4 06:47:00 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=33008
--- Comment #13 from Laszlo Gombos <laszlo.1.gombos at nokia.com> 2011-03-04 06:46:59 PST ---
> > Regarding the change I would prefer not to touch the build files for this. What about simply doing the following in JavaScrioptCore/wtf/Platform.h ?
> >
> > +#if PLATFORM(QT) && OS(LINUX)
> > +#define WTF_USE_PTHREADS 1
> > +#endif
>
> It is not possible. It will affect many parts of the code, changing some typedefs that must point to QThread related types.
Good point. I would suggest WTF_USE_QT_PTHREAD to indicate that this is a "USE type" of define and set it in Platform.h.
--
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