diff --git a/Libraries/LibWeb/CSS/Parser/Parser.h b/Libraries/LibWeb/CSS/Parser/Parser.h index 8d4504aed8a..5b631bfb364 100644 --- a/Libraries/LibWeb/CSS/Parser/Parser.h +++ b/Libraries/LibWeb/CSS/Parser/Parser.h @@ -149,9 +149,8 @@ public: private: Parser(ParsingParams const&, Vector); - enum class ParseError { + enum class ParseError : u8 { IncludesIgnoredVendorPrefix, - InternalError, SyntaxError, }; template