Bug 86268 - Appease thread verifier when dealing with the JSC API's shared VM
Summary: Appease thread verifier when dealing with the JSC API's shared VM
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-11 15:53 PDT by Oliver Hunt
Modified: 2012-05-11 16:06 PDT (History)
0 users

See Also:


Attachments
Patch (1.53 KB, patch)
2012-05-11 15:54 PDT, Oliver Hunt
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2012-05-11 15:53:28 PDT
Appease thread verifier when dealing with the JSC API's shared VM
Comment 1 Oliver Hunt 2012-05-11 15:54:45 PDT
Created attachment 141517 [details]
Patch
Comment 2 Geoffrey Garen 2012-05-11 16:06:06 PDT
Comment on attachment 141517 [details]
Patch

r=me

We really need to turn off that verifier for all objects -- it was added by a chromium engineer who doesn't understand how JSC works.
Comment 3 Oliver Hunt 2012-05-11 16:06:59 PDT
Committed r116818: <http://trac.webkit.org/changeset/116818>