LibWeb: Return String from CSSStyleRule::selector_text()

This commit is contained in:
Sam Atkins 2023-12-01 16:55:52 +00:00 committed by Andreas Kling
commit d344c50663
Notes: sideshowbarker 2024-07-16 22:18:54 +09:00
3 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
#pragma once
#include <AK/DeprecatedString.h>
#include <AK/String.h>
#include <LibJS/Heap/GCPtr.h>
#include <LibWeb/Bindings/PlatformObject.h>
#include <LibWeb/CSS/CSSStyleDeclaration.h>