1
Fork 0
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:
Linus Groh 2022-11-13 14:12:07 +00:00
parent 6e53dd8767
commit c8184d85c1
2 changed files with 8 additions and 8 deletions

View file

@ -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