Index: Source/modules/serviceworkers/InstallEvent.h |
diff --git a/Source/modules/serviceworkers/InstallEvent.h b/Source/modules/serviceworkers/InstallEvent.h |
index 04ccf0c397ef7831e63f2655e60df4a88c3c5e61..79eabcaf329fa3ed5bad30350ddf43278490b7b6 100644 |
--- a/Source/modules/serviceworkers/InstallEvent.h |
+++ b/Source/modules/serviceworkers/InstallEvent.h |
@@ -43,8 +43,6 @@ public: |
static PassRefPtrWillBeRawPtr<InstallEvent> create(); |
static PassRefPtrWillBeRawPtr<InstallEvent> create(const AtomicString& type, const EventInit&, WaitUntilObserver*); |
- void replace(); |
- |
virtual const AtomicString& interfaceName() const override; |
virtual void trace(Visitor*) override; |