| Index: Source/modules/geofencing/GeofencingError.h
|
| diff --git a/Source/modules/geofencing/GeofencingError.h b/Source/modules/geofencing/GeofencingError.h
|
| index 969c8fe94ed0bc10650b823ec0ec46b2e5ad33de..64ef8d195ffa75f211007130b38636620717bf92 100644
|
| --- a/Source/modules/geofencing/GeofencingError.h
|
| +++ b/Source/modules/geofencing/GeofencingError.h
|
| @@ -16,14 +16,11 @@ class DOMException;
|
| class ScriptPromiseResolver;
|
|
|
| class GeofencingError {
|
| - WTF_MAKE_NONCOPYABLE(GeofencingError);
|
| + STATIC_ONLY(GeofencingError);
|
| public:
|
| // For CallbackPromiseAdapter.
|
| using WebType = const WebGeofencingError&;
|
| static DOMException* take(ScriptPromiseResolver*, const WebGeofencingError& webError);
|
| -
|
| -private:
|
| - GeofencingError() = delete;
|
| };
|
|
|
| } // namespace blink
|
|
|