Index: Source/modules/beacon/NavigatorBeacon.h |
diff --git a/Source/modules/beacon/NavigatorBeacon.h b/Source/modules/beacon/NavigatorBeacon.h |
index 989f35497b10f067f92c73fd0df8ff5fe46492c0..c5bb2c046b3811fe94346f2e37cb516b6a4b4dd2 100644 |
--- a/Source/modules/beacon/NavigatorBeacon.h |
+++ b/Source/modules/beacon/NavigatorBeacon.h |
@@ -17,8 +17,8 @@ class ExecutionContext; |
class KURL; |
class ArrayBufferViewOrBlobOrStringOrFormData; |
-class NavigatorBeacon final : public NoBaseWillBeGarbageCollected<NavigatorBeacon>, public WillBeHeapSupplement<Navigator> { |
- WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(NavigatorBeacon); |
+class NavigatorBeacon final : public GarbageCollected<NavigatorBeacon>, public HeapSupplement<Navigator> { |
+ USING_GARBAGE_COLLECTED_MIXIN(NavigatorBeacon); |
public: |
static NavigatorBeacon& from(Navigator&); |