Comment 0 for bug 1319109

Revision history for this message
Yannick Vaucher @ Camptocamp (yvaucher-c2c) wrote : webkit_report - webkit parser is not thread safe

Bug report for self.parser_instance

as a WebkitParser instance can be shared by multiple thread a thread will erase parser_instance of anorther thread. Leading to cursor errors as a thread could then try to use the context set by an other thread that already closed his cursors.