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

Unified Diff: third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp

Issue 2393133004: reflow comments in core/html/shadow (Closed)
Patch Set: oops Created 4 years, 2 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
« no previous file with comments | « third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698