Thread safety analysis does not support run-time lock assertions Consider a rule like: - variable is read and written without lock from main thread until work queue is started - after work queue is started, the main thread writes are protected by a lock - work queue reads are protected by a lock Currently we only explain this with comments, if even that.
<rdar://problem/100313162>
Pull request: https://github.com/WebKit/WebKit/pull/4621