mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:27:35 +00:00
LibWeb: Move Fetch::collect_an_http_quoted_string() into HTTP.{cpp,h}
The Fetch spec is too big to have a generic AbstractOperations.{cpp,h} file, so let's keep AOs in their section-specific files.
This commit is contained in:
parent
e3798886ed
commit
fad69fcacd
6 changed files with 11 additions and 25 deletions
|
@ -117,7 +117,7 @@ set(SOURCES
|
|||
Dump.cpp
|
||||
Encoding/TextDecoder.cpp
|
||||
Encoding/TextEncoder.cpp
|
||||
Fetch/AbstractOperations.cpp
|
||||
Fetch/Infrastructure/HTTP.cpp
|
||||
Fetch/Infrastructure/URL.cpp
|
||||
FontCache.cpp
|
||||
Geometry/DOMRectList.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue