mirror of
https://github.com/servo/servo
synced 2026-05-12 18:06:32 +02:00
This avoids a borrow hazard when we create a new IDBObjectStore object and that triggers a GC. Testing: Many IndexedDB tests no longer crash when using a debug mozjs build and full GC zeal. This configuration is not run in CI. Fixes: #39946 Signed-off-by: Josh Matthews <josh@joshmatthews.net>