NEW133251
Log an error to the console when using a WebKit-based JSContext from multiple threads
https://bugs.webkit.org/show_bug.cgi?id=133251
Summary Log an error to the console when using a WebKit-based JSContext from multiple...
Mark Hahnenberg
Reported 2014-05-23 19:22:41 PDT
We set a particular flag in the JSLock for a VM when it's being used by WebKit. Some of our clients are tripping up over trying to use a WebKit-based JSContext on multiple threads. We could help them out by logging an error if we ever observe on a thread other than the main thread the use of a VM with a JSLock with the m_hasExclusiveThread field set.
Attachments
Note You need to log in before you can comment on or make changes to this bug.