Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1018)

Unified Diff: third_party/WebKit/Source/core/events/RelatedEvent.h

Issue 2216593002: Drop document.createEvent support for things still behind a flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@createEvent
Patch Set: fix LayoutTests Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&);
« no previous file with comments | « third_party/WebKit/Source/core/events/PointerEvent.cpp ('k') | third_party/WebKit/Source/core/events/RelatedEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698