| Index: third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.h b/third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.h
|
| index 08d19ae9151d3f277597dc0a808ad73ceedaceb2..223a07debc1c576b5becdd215253d0d6576e1c54 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.h
|
| @@ -43,7 +43,6 @@ class WaitUntilObserver;
|
| class MODULES_EXPORT ExtendableEvent : public Event {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static ExtendableEvent* create();
|
| static ExtendableEvent* create(const AtomicString& type, const ExtendableEventInit&);
|
| static ExtendableEvent* create(const AtomicString& type, const ExtendableEventInit&, WaitUntilObserver*);
|
|
|
| @@ -55,7 +54,6 @@ public:
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
| - ExtendableEvent();
|
| ExtendableEvent(const AtomicString& type, const ExtendableEventInit&);
|
| ExtendableEvent(const AtomicString& type, const ExtendableEventInit&, WaitUntilObserver*);
|
|
|
|
|