[Webkit-unassigned] [Bug 95341] Web Inspector: The JS code injected by worker inspector shouldn't be evaluated through JSMainThreadExecState

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 24 03:39:32 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=95341





--- Comment #8 from Peter Wang <peter.wang at torchmobile.com.cn>  2012-09-24 03:40:00 PST ---
JSMainThreadExecState is a wrapper of JSC API, it's seems designed just for main thread but not worker thread, so there are several assert statements in it.  In worker inspector related code, there are several mistakes that invoke interfaces of  JSMainThreadExecState from worker thread.

-- 
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