LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOM

This commit is contained in:
Andreas Kling 2021-03-13 20:11:33 +01:00
commit 0759f54bd3
Notes: sideshowbarker 2024-07-18 21:23:55 +09:00
10 changed files with 25 additions and 25 deletions

View file

@ -28,8 +28,8 @@
#include <AK/RefCounted.h>
#include <AK/String.h>
#include <LibWeb/CSS/CSSStyleDeclaration.h>
#include <LibWeb/CSS/Selector.h>
#include <LibWeb/CSS/StyleDeclaration.h>
namespace Web::CSS {