mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 16:58:58 +00: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:
parent
583d74e3a9
commit
40ab71e41e
Notes:
github-actions[bot]
2025-09-11 16:49:22 +00:00
Author: https://github.com/AtkinsSJ
Commit: 40ab71e41e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6118
1 changed files with 1 additions and 1 deletions
|
@ -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> = {});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue