mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:17:45 +00:00
AK: Remove deprecated m_path member variable from URL
The m_path member variable has been superseded by m_paths. Thus, it has been removed. The path() getter will continue to exist as a convenience method for getting the path joined together as a string.
This commit is contained in:
parent
b7c6af0a04
commit
522ef53b98
2 changed files with 18 additions and 33 deletions
1
AK/URL.h
1
AK/URL.h
|
@ -68,7 +68,6 @@ public:
|
|||
void set_password(const String&);
|
||||
void set_host(const String&);
|
||||
void set_port(const u16);
|
||||
void set_path(const String&);
|
||||
void set_paths(const Vector<String>&);
|
||||
void set_query(const String&);
|
||||
void set_fragment(const String&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue