forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1791767 - Exclude CachingDatabaseConnection with event target fro…
…m general thread checks. r=dom-storage-reviewers,janv CachingDatabaseConnection relies on a global macro to toggle thread ownership checks. The checks do not work with thread pool event targets and by this change we ensure that the global macro users are not impacted by such event target changes. Depends on D190598 Differential Revision: https://phabricator.services.mozilla.com/D190601
- Loading branch information
1 parent
485e9fb
commit 9ca4cc5
Showing
3 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters