summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/background_fetch/background_fetch_registration.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/background_fetch/background_fetch_registration.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/background_fetch/background_fetch_registration.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/chromium/third_party/blink/renderer/modules/background_fetch/background_fetch_registration.h b/chromium/third_party/blink/renderer/modules/background_fetch/background_fetch_registration.h
index afb312e8727..333436babcb 100644
--- a/chromium/third_party/blink/renderer/modules/background_fetch/background_fetch_registration.h
+++ b/chromium/third_party/blink/renderer/modules/background_fetch/background_fetch_registration.h
@@ -34,7 +34,6 @@ class BackgroundFetchRegistration final
public ActiveScriptWrappable<BackgroundFetchRegistration>,
public blink::mojom::blink::BackgroundFetchRegistrationObserver {
DEFINE_WRAPPERTYPEINFO();
- USING_PRE_FINALIZER(BackgroundFetchRegistration, Dispose);
USING_GARBAGE_COLLECTED_MIXIN(BackgroundFetchRegistration);
public:
@@ -88,9 +87,7 @@ class BackgroundFetchRegistration final
const AtomicString& InterfaceName() const override;
ExecutionContext* GetExecutionContext() const override;
- void Dispose();
-
- void Trace(Visitor* visitor) override;
+ void Trace(Visitor* visitor) const override;
// Keeps the object alive until there are non-zero number of |observers_|.
bool HasPendingActivity() const final;