mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb/CSS: Remove tiny-oom propagation from CSS Tokenizer
This commit is contained in:
parent
22969a8e92
commit
89c5f25016
Notes:
github-actions[bot]
2024-07-26 15:30:20 +00:00
Author: https://github.com/AtkinsSJ
Commit: 89c5f25016
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/846
4 changed files with 76 additions and 76 deletions
|
@ -95,7 +95,7 @@ namespace Web::CSS::Parser {
|
|||
|
||||
ErrorOr<Parser> Parser::create(ParsingContext const& context, StringView input, StringView encoding)
|
||||
{
|
||||
auto tokens = TRY(Tokenizer::tokenize(input, encoding));
|
||||
auto tokens = Tokenizer::tokenize(input, encoding);
|
||||
return Parser { context, move(tokens) };
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue