LibWeb: Inline CSSStyleValue::to_keyword()

Shaves 120 ms of loading time off of https://wpt.fyi/
This commit is contained in:
Andreas Kling
2025-01-27 21:09:12 +01:00
committed by Andreas Kling
parent 30cbd4bcfb
commit c53c781745
9 changed files with 14 additions and 7 deletions

View File

@@ -7,6 +7,7 @@
#include "CSSRGB.h"
#include <AK/TypeCasts.h>
#include <LibWeb/CSS/Serialize.h>
#include <LibWeb/CSS/StyleValues/CSSKeywordValue.h>
#include <LibWeb/CSS/StyleValues/CalculatedStyleValue.h>
#include <LibWeb/CSS/StyleValues/NumberStyleValue.h>
#include <LibWeb/CSS/StyleValues/PercentageStyleValue.h>