LibWebView: Move DOMTreeModel to LibWebView

This patch has no functional changes.
This commit is contained in:
DexesTTP 2022-04-30 11:13:33 +02:00 committed by Andreas Kling
commit b797e1e2b9
Notes: sideshowbarker 2024-07-17 10:54:02 +09:00
5 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,5 @@
set(SOURCES
DOMTreeModel.cpp
OutOfProcessWebView.cpp
WebContentClient.cpp
)