mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
LibWeb: Break friendship between CSS Number and Tokenizer
This commit is contained in:
parent
bf786d66b1
commit
7128e8e2e6
Notes:
sideshowbarker
2024-07-17 11:52:06 +09:00
Author: https://github.com/AtkinsSJ
Commit: 7128e8e2e6
Pull-request: https://github.com/SerenityOS/serenity/pull/13643
1 changed files with 0 additions and 3 deletions
|
@ -7,14 +7,11 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/Types.h>
|
||||
#include <LibWeb/Forward.h>
|
||||
#include <math.h>
|
||||
|
||||
namespace Web::CSS {
|
||||
|
||||
class Number {
|
||||
friend class Parser::Tokenizer;
|
||||
|
||||
public:
|
||||
enum class Type {
|
||||
Number,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue