Bug 200246 - Enable threading violation check on WebKit APIs
Summary: Enable threading violation check on WebKit APIs
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-29 14:58 PDT by Sihui Liu
Modified: 2019-07-29 14:58 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sihui Liu 2019-07-29 14:58:32 PDT
... because our APIs are designed to be used on the main thread. If they are called on a secondary thread, bad things could happen like https://bugs.webkit.org/show_bug.cgi?id=200189.