| Index: Source/modules/geofencing/WorkerNavigatorGeofencing.h
|
| diff --git a/Source/modules/geofencing/WorkerNavigatorGeofencing.h b/Source/modules/geofencing/WorkerNavigatorGeofencing.h
|
| index f54d352b95125721df707971981438de6b6f39d6..6f4af156fdd3ffe3713a0079ed30781c03b1c616 100644
|
| --- a/Source/modules/geofencing/WorkerNavigatorGeofencing.h
|
| +++ b/Source/modules/geofencing/WorkerNavigatorGeofencing.h
|
| @@ -13,6 +13,7 @@ namespace blink {
|
| class Geofencing;
|
| class WorkerNavigator;
|
|
|
| +// FIXME: Delete this class once ServiceWorkerRegistration is exposed in service workers.
|
| class WorkerNavigatorGeofencing final : public NoBaseWillBeGarbageCollectedFinalized<WorkerNavigatorGeofencing>, public WillBeHeapSupplement<WorkerNavigator> {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(WorkerNavigatorGeofencing);
|
| WTF_MAKE_NONCOPYABLE(WorkerNavigatorGeofencing);
|
|
|