mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
LibWeb: Remove friend class declarations from HTMLToken
Since all interaction with the HTMLToken class now happens over getters and setters, there is no more need for HTMLTokenizer and HTMLDocumentParser to have direct access to the members.
This commit is contained in:
parent
25cba4387b
commit
2532bdfabf
Notes:
sideshowbarker
2024-07-18 08:52:39 +09:00
Author: https://github.com/MaxWipfli Commit: https://github.com/SerenityOS/serenity/commit/2532bdfabf7 Pull-request: https://github.com/SerenityOS/serenity/pull/8784 Reviewed-by: https://github.com/Hendiadyoin1 Reviewed-by: https://github.com/alimpfard
1 changed files with 0 additions and 2 deletions
|
@ -19,8 +19,6 @@ namespace Web::HTML {
|
|||
class HTMLTokenizer;
|
||||
|
||||
class HTMLToken {
|
||||
friend class HTMLDocumentParser;
|
||||
friend class HTMLTokenizer;
|
||||
|
||||
public:
|
||||
enum class Type {
|
||||
|
|
Loading…
Reference in a new issue