mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:47:34 +00:00
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
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
Add a link
Reference in a new issue