mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:37:44 +00:00
LibWeb: Rename XHR::{m_url => m_request_url}
This commit is contained in:
parent
29a8414a05
commit
6e53dd8767
2 changed files with 3 additions and 3 deletions
|
@ -113,7 +113,7 @@ private:
|
|||
// https://xhr.spec.whatwg.org/#request-url
|
||||
// request URL
|
||||
// A URL.
|
||||
AK::URL m_url;
|
||||
AK::URL m_request_url;
|
||||
|
||||
// https://xhr.spec.whatwg.org/#author-request-headers
|
||||
// author request headers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue