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:
parent
bf786d66b1
commit
7128e8e2e6
1 changed files with 0 additions and 3 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue