ladybird/Libraries/LibWeb/ServiceWorker/ServiceWorkerRecord.cpp
Shannon Booth 2918405360 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.
2024-11-30 11:19:35 +01:00

10 lines
199 B
C++

/*
* Copyright (c) 2024, Andrew Kaster <andrew@ladybird.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <LibWeb/ServiceWorker/ServiceWorkerRecord.h>
namespace Web::ServiceWorker {
}