LibWeb: Extract some Internals functionality to a base class

This will just allow re-using these definitions on other internal pages.
This commit is contained in:
Timothy Flynn 2025-03-16 09:32:07 -04:00 committed by Tim Flynn
commit 9dcbf5562a
Notes: github-actions[bot] 2025-03-19 14:04:52 +00:00
5 changed files with 87 additions and 37 deletions

View file

@ -562,6 +562,7 @@ set(SOURCES
IndexedDB/Internal/RequestList.cpp
Internals/InternalAnimationTimeline.cpp
Internals/Internals.cpp
Internals/InternalsBase.cpp
IntersectionObserver/IntersectionObserver.cpp
IntersectionObserver/IntersectionObserverEntry.cpp
Layout/AudioBox.cpp