Index: third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEvent.h |
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEvent.h b/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEvent.h |
index 2e9a2a9b611393cb6eddae37ed2f036d0f3b6381..4f7579ea33ca112da6934835bcda75c6defb3070 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEvent.h |
+++ b/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEvent.h |
@@ -26,7 +26,6 @@ class Request; |
class MODULES_EXPORT ForeignFetchEvent final : public ExtendableEvent { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
- static ForeignFetchEvent* create(); |
static ForeignFetchEvent* create(ScriptState*, const AtomicString& type, const ForeignFetchEventInit&); |
static ForeignFetchEvent* create(ScriptState*, const AtomicString& type, const ForeignFetchEventInit&, ForeignFetchRespondWithObserver*, WaitUntilObserver*); |
@@ -40,7 +39,6 @@ public: |
DECLARE_VIRTUAL_TRACE(); |
protected: |
- ForeignFetchEvent(); |
ForeignFetchEvent(ScriptState*, const AtomicString& type, const ForeignFetchEventInit&, ForeignFetchRespondWithObserver*, WaitUntilObserver*); |
private: |