mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-20 09:21:55 +00:00
LibWeb/CSS: Make CSS Parser non-copyable/movable
We never actually need to do this, and doing so was complicated because of the token stream, so just disable it altogether.
This commit is contained in:
parent
ca5dee4c55
commit
4d0537ee80
Notes:
github-actions[bot]
2025-02-06 16:48:56 +00:00
Author: https://github.com/AtkinsSJ
Commit: 4d0537ee80
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3464
Reviewed-by: https://github.com/ADKaster
2 changed files with 0 additions and 17 deletions
|
@ -189,11 +189,6 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
void copy_state(Badge<Parser>, TokenStream<T> const& other)
|
||||
{
|
||||
m_index = other.m_index;
|
||||
}
|
||||
|
||||
private:
|
||||
// https://drafts.csswg.org/css-syntax/#token-stream-tokens
|
||||
Span<T const> m_tokens;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue