LibWeb: Rename ServiceWorker::ServiceWorker to ServiceWorkerRecord

This is to resolve naming conflicts between the ServiceWorker JS exposed
object and the internal representation of a ServiceWorker which is going
to be stored cross process.
This commit is contained in:
Shannon Booth 2024-11-30 17:27:25 +13:00 committed by Andreas Kling
commit 2918405360
Notes: github-actions[bot] 2024-11-30 10:20:48 +00:00
5 changed files with 10 additions and 10 deletions

View file

@ -670,7 +670,7 @@ set(SOURCES
SecureContexts/AbstractOperations.cpp
ServiceWorker/Job.cpp
ServiceWorker/Registration.cpp
ServiceWorker/ServiceWorker.cpp
ServiceWorker/ServiceWorkerRecord.cpp
SRI/SRI.cpp
StorageAPI/NavigatorStorage.cpp
StorageAPI/StorageKey.cpp