| Index: Source/modules/serviceworkers/ServiceWorkerError.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerError.h b/Source/modules/serviceworkers/ServiceWorkerError.h
|
| index 04c233bba038ed9fac9b2b8ba66aa5538ae59b4a..c2054d7b60b392b6ab4dd7c7d348a73e9647380f 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerError.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerError.h
|
| @@ -42,14 +42,11 @@ class DOMException;
|
| class ScriptPromiseResolver;
|
|
|
| class ServiceWorkerError {
|
| + STATIC_ONLY(ServiceWorkerError);
|
| public:
|
| // For CallbackPromiseAdapter
|
| using WebType = const WebServiceWorkerError&;
|
| static DOMException* take(ScriptPromiseResolver*, const WebServiceWorkerError& webError);
|
| -
|
| -private:
|
| - WTF_MAKE_NONCOPYABLE(ServiceWorkerError);
|
| - ServiceWorkerError() = delete;
|
| };
|
|
|
| } // namespace blink
|
|
|