mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
LibWeb/DOM: Expose AbstractElement outside of LibWeb
This ends up used by the WebContent service's ConnectionFromClient in a later commit.
This commit is contained in:
committed by
Alexander Kalenik
parent
583d74e3a9
commit
40ab71e41e
Notes:
github-actions[bot]
2025-09-11 16:49:22 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/40ab71e41e8 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6118
@@ -14,7 +14,7 @@
|
||||
namespace Web::DOM {
|
||||
|
||||
// Either an Element or a PseudoElement
|
||||
class AbstractElement {
|
||||
class WEB_API AbstractElement {
|
||||
public:
|
||||
AbstractElement(GC::Ref<Element>, Optional<CSS::PseudoElement> = {});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user