mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 05:07:35 +00:00
LibWeb/CSS: Remove unused ParseError::InternalError
This commit is contained in:
parent
d55626dc32
commit
b7a108d7cb
Notes:
github-actions[bot]
2025-08-04 09:52:57 +00:00
Author: https://github.com/AtkinsSJ
Commit: b7a108d7cb
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5576
1 changed files with 1 additions and 2 deletions
|
@ -149,9 +149,8 @@ public:
|
|||
private:
|
||||
Parser(ParsingParams const&, Vector<Token>);
|
||||
|
||||
enum class ParseError {
|
||||
enum class ParseError : u8 {
|
||||
IncludesIgnoredVendorPrefix,
|
||||
InternalError,
|
||||
SyntaxError,
|
||||
};
|
||||
template<typename T>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue