diff --git a/Userland/Libraries/LibWeb/HTML/Navigable.cpp b/Userland/Libraries/LibWeb/HTML/Navigable.cpp
index 3ad62b3c48..a9e421ef28 100644
--- a/Userland/Libraries/LibWeb/HTML/Navigable.cpp
+++ b/Userland/Libraries/LibWeb/HTML/Navigable.cpp
@@ -869,7 +869,7 @@ static WebIDL::ExceptionOrresponse()->location_url(current_url.fragment());
+ location_url = response_holder->response()->location_url(current_url.fragment());
VERIFY(!location_url.is_error());