Index: third_party/WebKit/Source/core/events/InputEvent.h |
diff --git a/third_party/WebKit/Source/core/events/InputEvent.h b/third_party/WebKit/Source/core/events/InputEvent.h |
index a8d6c07401b60dff7bf8417b72364468472ac47a..2a002647a6df5dbdf4e7ee988e41b16efaa0aa3c 100644 |
--- a/third_party/WebKit/Source/core/events/InputEvent.h |
+++ b/third_party/WebKit/Source/core/events/InputEvent.h |
@@ -15,11 +15,6 @@ class InputEvent final : public UIEvent { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
- static InputEvent* create() |
- { |
- return new InputEvent; |
- } |
- |
static InputEvent* create(const AtomicString& type, const InputEventInit& initializer) |
{ |
return new InputEvent(type, initializer); |
@@ -110,7 +105,6 @@ public: |
private: |
friend class InputEventDispatchMediator; |
- InputEvent(); |
InputEvent(const AtomicString&, const InputEventInit&); |
InputType m_inputType; |