Index: third_party/WebKit/Source/core/events/InputEvent.cpp |
diff --git a/third_party/WebKit/Source/core/events/InputEvent.cpp b/third_party/WebKit/Source/core/events/InputEvent.cpp |
index 2c99edae113d675266d8952b38938119d4123bb2..395b5d9be45d2ae468d8e8395473d4ff7b100716 100644 |
--- a/third_party/WebKit/Source/core/events/InputEvent.cpp |
+++ b/third_party/WebKit/Source/core/events/InputEvent.cpp |
@@ -85,10 +85,6 @@ InputEvent::InputType convertStringToInputType(const String& stringName) |
} // anonymous namespace |
-InputEvent::InputEvent() |
-{ |
-} |
- |
InputEvent::InputEvent(const AtomicString& type, const InputEventInit& initializer) |
: UIEvent(type, initializer) |
{ |