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 3d0f4f2e99d264ef0cc202835672f795611b6fd2..9fd55425522a35dfeb917a038dcccbb52170e973 100644 |
--- a/third_party/WebKit/Source/core/events/InputEvent.h |
+++ b/third_party/WebKit/Source/core/events/InputEvent.h |
@@ -91,8 +91,7 @@ class InputEvent final : public UIEvent { |
const RangeVector*); |
static InputEvent* createInput(InputType, |
const String& data, |
- EventIsComposing, |
- const RangeVector*); |
+ EventIsComposing); |
String inputType() const; |
const String& data() const { return m_data; } |