| Index: third_party/WebKit/Source/core/events/RelatedEvent.h
|
| diff --git a/third_party/WebKit/Source/core/events/RelatedEvent.h b/third_party/WebKit/Source/core/events/RelatedEvent.h
|
| index f590a52d0a668bc62ac6cca8f5a97c55402b8d10..3dd3c1adef413df69b76b08f42a7dfe9c1421a97 100644
|
| --- a/third_party/WebKit/Source/core/events/RelatedEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/RelatedEvent.h
|
| @@ -13,7 +13,6 @@ namespace blink {
|
| class RelatedEvent final : public Event {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static RelatedEvent* create();
|
| static RelatedEvent* create(const AtomicString& type, bool canBubble, bool cancelable, EventTarget* relatedTarget);
|
| static RelatedEvent* create(const AtomicString& eventType, const RelatedEventInit&);
|
|
|
| @@ -27,7 +26,6 @@ public:
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| - RelatedEvent();
|
| RelatedEvent(const AtomicString& type, bool canBubble, bool cancelable, EventTarget*);
|
| RelatedEvent(const AtomicString& type, const RelatedEventInit&);
|
|
|
|
|