Index: third_party/WebKit/Source/modules/geofencing/WorkerNavigatorGeofencing.h |
diff --git a/third_party/WebKit/Source/modules/geofencing/WorkerNavigatorGeofencing.h b/third_party/WebKit/Source/modules/geofencing/WorkerNavigatorGeofencing.h |
index 9bc8bce2897c647f61d1b1017dc0eb51531126c4..3c532937d1be18a45b51444d7006bc19b2389e09 100644 |
--- a/third_party/WebKit/Source/modules/geofencing/WorkerNavigatorGeofencing.h |
+++ b/third_party/WebKit/Source/modules/geofencing/WorkerNavigatorGeofencing.h |
@@ -14,7 +14,7 @@ class Geofencing; |
class WorkerNavigator; |
// FIXME: Delete this class once ServiceWorkerRegistration is exposed in service workers. |
-class WorkerNavigatorGeofencing final : public GarbageCollectedFinalized<WorkerNavigatorGeofencing>, public HeapSupplement<WorkerNavigator> { |
+class WorkerNavigatorGeofencing final : public GarbageCollectedFinalized<WorkerNavigatorGeofencing>, public Supplement<WorkerNavigator> { |
USING_GARBAGE_COLLECTED_MIXIN(WorkerNavigatorGeofencing); |
WTF_MAKE_NONCOPYABLE(WorkerNavigatorGeofencing); |
public: |