mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Accidental addition/regression from may 2025 merge. Took what was not needed and caused multi-threading regression for parsing.
Accidental addition/regression from may 2025 merge. Took what was not needed and caused multi-threading regression for parsing.
This commit is contained in:
parent
50813a86e5
commit
c324e4df46
1 changed files with 0 additions and 1 deletions
|
|
@ -562,7 +562,6 @@ class MOZ_RAII AutoUnlockHelperThreadState : public UnlockGuard<Mutex>
|
|||
struct ParseTask
|
||||
{
|
||||
ParseTaskKind kind;
|
||||
ExclusiveContext* cx;
|
||||
JS::OwningCompileOptions options;
|
||||
// Anonymous union, the only correct interpretation is provided by the
|
||||
// ParseTaskKind value, or from the virtual parse function.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue