mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:17:45 +00:00
LibWeb: Increase clarity with CSS token debug logging
Had to adjust some places that were using Token.to_string() for non-debug-logging purposes. Changed its name to to_debug_string() to make the usage clearer.
This commit is contained in:
parent
e5ac5e1fab
commit
fabc09a593
5 changed files with 29 additions and 27 deletions
|
@ -85,7 +85,8 @@ public:
|
|||
Type mirror_variant() const;
|
||||
String bracket_string() const;
|
||||
String bracket_mirror_string() const;
|
||||
String to_string() const;
|
||||
|
||||
String to_debug_string() const;
|
||||
|
||||
private:
|
||||
Type m_type { Type::Invalid };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue