25.08.2010, в 12:41, João Pedro Barbosa написал(а):

> I'm trying to parallelize selectorNodeList function and I have already 
> implemented my algorithm. However when I run it in debug mode it gives me a 
> segmentation fault with this messages:

What is the selectorNodeList function? There is no function with this name in 
WebCore.

Anyway, DOM is strictly single threaded, no code that touches documents or 
nodes may run on secondary threads. Web Workers do not provide any sort of 
access to DOM to JavaScript code.

- WBR, Alexey Proskuryakov

_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to