mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +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 {
|
namespace Web::CSS::Parser {
|
||||||
|
|
||||||
class DeclarationOrAtRule {
|
class DeclarationOrAtRule {
|
||||||
friend class Parser;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit DeclarationOrAtRule(RefPtr<StyleRule> at);
|
explicit DeclarationOrAtRule(RefPtr<StyleRule> at);
|
||||||
explicit DeclarationOrAtRule(Declaration declaration);
|
explicit DeclarationOrAtRule(Declaration declaration);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue