Index: Source/modules/serviceworkers/NavigatorServiceWorker.h |
diff --git a/Source/modules/serviceworkers/NavigatorServiceWorker.h b/Source/modules/serviceworkers/NavigatorServiceWorker.h |
index aae2315a721c2031d29754567f3700ccc9adeb4e..c1f747136d7e2043e21f3761e61c4517247fabbb 100644 |
--- a/Source/modules/serviceworkers/NavigatorServiceWorker.h |
+++ b/Source/modules/serviceworkers/NavigatorServiceWorker.h |
@@ -15,10 +15,10 @@ class Document; |
class Navigator; |
class ServiceWorkerContainer; |
-class NavigatorServiceWorker FINAL : public NoBaseWillBeGarbageCollectedFinalized<NavigatorServiceWorker>, public WillBeHeapSupplement<Navigator>, DOMWindowProperty { |
+class NavigatorServiceWorker FINAL : public NoBaseWillBeGarbageCollected<NavigatorServiceWorker>, public WillBeHeapSupplement<Navigator>, DOMWindowProperty { |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(NavigatorServiceWorker); |
+ DECLARE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOVED(NavigatorServiceWorker); |
public: |
- virtual ~NavigatorServiceWorker(); |
static NavigatorServiceWorker* from(Document&); |
static NavigatorServiceWorker& from(Navigator&); |
static NavigatorServiceWorker* toNavigatorServiceWorker(Navigator&); |