Files
ladybird/Userland/Libraries/LibWeb/Fetch/FetchMethod.cpp
Andreas Kling 0d82cc8a67 LibWeb: Don't assume response object isn't null in fetch abort algorithm
The callee that we're passing it to expects a GCPtr anyway, so there's
no need to explicitly dereference this.

Fixes a crash when loading https://spotify.com/
2023-05-21 16:19:31 +02:00

9.0 KiB