Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(950)

Unified Diff: third_party/WebKit/Source/modules/geofencing/WorkerNavigatorGeofencing.h

Issue 1846913009: HeapSupplements are now just Supplements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698