mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Remove broken CSS:Parser::is_combinator()
A single DELIM token is only one character long, so the check for a "||" DELIM didn't work. We now just do the check inline.
This commit is contained in:
committed by
Andreas Kling
parent
9115c23bd5
commit
f9ffa34622
@@ -69,7 +69,6 @@ private:
|
||||
Token peek_token();
|
||||
Token current_token();
|
||||
void reconsume_current_input_token();
|
||||
bool is_combinator(String);
|
||||
|
||||
NonnullRefPtrVector<QualifiedStyleRule> consume_a_list_of_rules(bool top_level);
|
||||
NonnullRefPtr<AtStyleRule> consume_an_at_rule();
|
||||
|
||||
Reference in New Issue
Block a user