mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:58:11 +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
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…
Add table
Add a link
Reference in a new issue