LibWeb: Break friendship between CSS DeclarationOrAtRule and Parser
This actually wasn't needed for anything, hooray!
This commit is contained in:
parent
269810b954
commit
782cdd6b91
Notes:
sideshowbarker
2024-07-17 11:51:50 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/782cdd6b91 Pull-request: https://github.com/SerenityOS/serenity/pull/13643
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@
|
|||
namespace Web::CSS::Parser {
|
||||
|
||||
class DeclarationOrAtRule {
|
||||
friend class Parser;
|
||||
|
||||
public:
|
||||
explicit DeclarationOrAtRule(RefPtr<StyleRule> at);
|
||||
explicit DeclarationOrAtRule(Declaration declaration);
|
||||
|
|
Loading…
Add table
Reference in a new issue