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

Unified Diff: third_party/WebKit/Source/core/editing/commands/SplitElementCommand.cpp

Issue 2397963002: Reflow comments in //third_party/WebKit/Source/core/editing/commands (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/editing/commands/SplitElementCommand.cpp
diff --git a/third_party/WebKit/Source/core/editing/commands/SplitElementCommand.cpp b/third_party/WebKit/Source/core/editing/commands/SplitElementCommand.cpp
index 89ce78efab2cd0f69b1ecf1c5bd943cbdaf1f2f1..df68b8ee3bea5d2d2d5b34de0ece4a0b9b95cf35 100644
--- a/third_party/WebKit/Source/core/editing/commands/SplitElementCommand.cpp
+++ b/third_party/WebKit/Source/core/editing/commands/SplitElementCommand.cpp
@@ -61,7 +61,8 @@ void SplitElementCommand::executeApply() {
if (exceptionState.hadException())
return;
- // Delete id attribute from the second element because the same id cannot be used for more than one element
+ // Delete id attribute from the second element because the same id cannot be
+ // used for more than one element
m_element2->removeAttribute(HTMLNames::idAttr);
for (const auto& child : children)

Powered by Google App Engine
This is Rietveld 408576698