| Index: third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp b/third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp
|
| index 81b61d89a9ecd959047ea218e2ad3e295c2b1989..4a8aa5a9e9705f96763dfcc961817dd1bad0599b 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp
|
| +++ b/third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp
|
| @@ -113,7 +113,8 @@ TextControlInnerEditorElement* TextControlInnerEditorElement::create(
|
|
|
| void TextControlInnerEditorElement::defaultEventHandler(Event* event) {
|
| // FIXME: In the future, we should add a way to have default event listeners.
|
| - // Then we would add one to the text field's inner div, and we wouldn't need this subclass.
|
| + // Then we would add one to the text field's inner div, and we wouldn't need
|
| + // this subclass.
|
| // Or possibly we could just use a normal event listener.
|
| if (event->isBeforeTextInsertedEvent() ||
|
| event->type() == EventTypeNames::webkitEditableContentChanged) {
|
|
|