1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:07:36 +00:00

LibWeb: Break friendship between CSS Number and Tokenizer

This commit is contained in:
Sam Atkins 2022-04-12 15:43:34 +01:00 committed by Andreas Kling
parent bf786d66b1
commit 7128e8e2e6

View file

@ -7,14 +7,11 @@
#pragma once #pragma once
#include <AK/Types.h> #include <AK/Types.h>
#include <LibWeb/Forward.h>
#include <math.h> #include <math.h>
namespace Web::CSS { namespace Web::CSS {
class Number { class Number {
friend class Parser::Tokenizer;
public: public:
enum class Type { enum class Type {
Number, Number,