LibWeb: Break friendship between CSS DeclarationOrAtRule and Parser

This actually wasn't needed for anything, hooray!
This commit is contained in:
Sam Atkins 2022-04-12 16:21:10 +01:00 committed by Andreas Kling
parent 269810b954
commit 782cdd6b91
Notes: sideshowbarker 2024-07-17 11:51:50 +09:00

View file

@ -12,8 +12,6 @@
namespace Web::CSS::Parser {
class DeclarationOrAtRule {
friend class Parser;
public:
explicit DeclarationOrAtRule(RefPtr<StyleRule> at);
explicit DeclarationOrAtRule(Declaration declaration);