mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:17:35 +00:00
LibWeb: Rename XHR::{m_request_headers => m_author_request_headers}
This commit is contained in:
parent
6e53dd8767
commit
c8184d85c1
2 changed files with 8 additions and 8 deletions
|
@ -118,7 +118,7 @@ private:
|
|||
// https://xhr.spec.whatwg.org/#author-request-headers
|
||||
// author request headers
|
||||
// A header list, initially empty.
|
||||
HashMap<String, String, CaseInsensitiveStringTraits> m_request_headers;
|
||||
HashMap<String, String, CaseInsensitiveStringTraits> m_author_request_headers;
|
||||
|
||||
// FIXME: https://xhr.spec.whatwg.org/#request-body
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue