mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:28:10 +00:00
LibWeb/Fetch: Tweak wording in some spec comments
This is a change in the Fetch spec.
See: 223ca89
This commit is contained in:
parent
a156722744
commit
2f1bda3347
4 changed files with 8 additions and 8 deletions
|
@ -153,7 +153,7 @@ bool Request::has_redirect_tainted_origin() const
|
|||
// 1. Let lastURL be null.
|
||||
Optional<AK::URL const&> last_url;
|
||||
|
||||
// 2. For each url in request’s URL list:
|
||||
// 2. For each url of request’s URL list:
|
||||
for (auto const& url : m_url_list) {
|
||||
// 1. If lastURL is null, then set lastURL to url and continue.
|
||||
if (!last_url.has_value()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue