1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-09-18 12:56:18 +00:00

LibWeb: Extract updating a style block into StyleElementUtils

This commit is contained in:
PrestonLTaylor 2023-06-08 16:07:12 +01:00 committed by Andreas Kling
parent 7a2c8d30b9
commit 7f7ebc4b8b
5 changed files with 165 additions and 126 deletions

View file

@ -162,6 +162,7 @@ set(SOURCES
DOM/ShadowRoot.cpp
DOM/StaticNodeList.cpp
DOM/StaticRange.cpp
DOM/StyleElementUtils.cpp
DOM/Text.cpp
DOM/Text.idl
DOM/TreeWalker.cpp