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

Unified Diff: third_party/WebKit/Source/core/html/forms/CheckboxInputType.cpp

Issue 2390563002: Reflow comments in core/html/forms/. (Closed)
Patch Set: 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
Index: third_party/WebKit/Source/core/html/forms/CheckboxInputType.cpp
diff --git a/third_party/WebKit/Source/core/html/forms/CheckboxInputType.cpp b/third_party/WebKit/Source/core/html/forms/CheckboxInputType.cpp
index 5d28c34d20f8e6248cfb233028ec893f92b162ed..c4e6b5ecb09ca51eb8095f52af0cd26db03b3290 100644
--- a/third_party/WebKit/Source/core/html/forms/CheckboxInputType.cpp
+++ b/third_party/WebKit/Source/core/html/forms/CheckboxInputType.cpp
@@ -63,8 +63,9 @@ void CheckboxInputType::handleKeyupEvent(KeyboardEvent* event) {
}
ClickHandlingState* CheckboxInputType::willDispatchClick() {
- // An event handler can use preventDefault or "return false" to reverse the checking we do here.
- // The ClickHandlingState object contains what we need to undo what we did here in didDispatchClick.
+ // An event handler can use preventDefault or "return false" to reverse the
+ // checking we do here. The ClickHandlingState object contains what we need
+ // to undo what we did here in didDispatchClick.
ClickHandlingState* state = new ClickHandlingState;

Powered by Google App Engine
This is Rietveld 408576698