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

Unified Diff: third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp

Issue 2384273007: reflow comments in core/html/*.{cpp,h},core/html/imports (Closed)
Patch Set: comments 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/HTMLInputElementTest.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp b/third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp
index 12b2cc8563985a03f1ecc30a4855e84642d41cd6..242d06ebad3e07850b41ba61eb1a3cbab4c43841 100644
--- a/third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp
@@ -119,8 +119,10 @@ TEST_F(HTMLInputElementTest, NoAssertWhenMovedInNewDocument) {
// Put the input element inside a document with frame.
document.body()->appendChild(documentWithoutFrame->body()->firstChild());
- // Remove the input element and all refs to it so it gets deleted before the document.
- // The assert in |EventHandlerRegistry::updateEventHandlerTargets()| should not be triggered.
+ // Remove the input element and all refs to it so it gets deleted before the
+ // document.
+ // The assert in |EventHandlerRegistry::updateEventHandlerTargets()| should
+ // not be triggered.
document.body()->removeChild(document.body()->firstChild());
}
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLInputElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLKeygenElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698