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

Unified Diff: third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.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/RemoveFormatCommand.cpp
diff --git a/third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.cpp b/third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.cpp
index e520ea49f8dae0ecac853e2a398f94ef07c87c03..401ae3f7d3bb4b89564f127cd7bd5744d399f4e6 100644
--- a/third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.cpp
+++ b/third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.cpp
@@ -61,8 +61,8 @@ void RemoveFormatCommand::doApply(EditingState* editingState) {
if (!frame->selection().selection().isNonOrphanedCaretOrRange())
return;
- // Get the default style for this editable root, it's the style that we'll give the
- // content that we're operating on.
+ // Get the default style for this editable root, it's the style that we'll
+ // give the content that we're operating on.
Element* root = frame->selection().rootEditableElement();
EditingStyle* defaultStyle = EditingStyle::create(root);

Powered by Google App Engine
This is Rietveld 408576698