LibWeb: Implement stubs for XPathEvaluator

This commit is contained in:
Johannes Gustafsson 2025-09-29 21:48:38 +02:00 committed by Jelle Raaijmakers
parent 1ae7ecc3e9
commit f04b866cb0
Notes: github-actions[bot] 2025-10-03 11:17:46 +00:00
17 changed files with 441 additions and 1 deletions

View file

@ -1066,6 +1066,10 @@ set(SOURCES
XHR/XMLHttpRequestUpload.cpp
XLink/AttributeNames.cpp
XML/XMLDocumentBuilder.cpp
XPath/XPathEvaluator.cpp
XPath/XPathExpression.cpp
XPath/XPathNSResolver.cpp
XPath/XPathResult.cpp
)
compile_ipc(Worker/WebWorkerClient.ipc Worker/WebWorkerClientEndpoint.h)