Hi,

Currently, ENABLE(SINGLE_THREADED) guard seems to be used by Qt alone.
 I think it is good to have ENABLE(SINGLE_THREADED) for other ports.
Qt adds appropriate guards for ENABLE(SINGLE_THREADED) in the build
script, WebKit.pri. For other ports to use it,  we need to move theses
guards to Platform.h:

#if ENABLE(SINGLE_THREADED)
#undef ENABLE_JSC_MULTIPLE_THREADS
#define ENABLE_JSC_MULTIPLE_THREADS 0
#define ENABLE_DATABASE 0
#define ENABLE_DOM_STORAGE 0
#define ENABLE_ICONDATABASE 0
#define ENABLE_WORKERS 0
#define ENABLE_SHARED_WORKERS 0
#endif

Is this okay for Qt port?

Regards,
Kwang Yul Seo
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to