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

Unified Diff: third_party/WebKit/Source/core/editing/PendingSelection.cpp

Issue 2399663003: Reflow comments in //third_party/WebKit/Source/core/editing (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/PendingSelection.cpp
diff --git a/third_party/WebKit/Source/core/editing/PendingSelection.cpp b/third_party/WebKit/Source/core/editing/PendingSelection.cpp
index b929a694839ada004dc422f2b0cdbfac8729fc97..8641bbf17d9d2a1de8da12a627b38c934c5c2924 100644
--- a/third_party/WebKit/Source/core/editing/PendingSelection.cpp
+++ b/third_party/WebKit/Source/core/editing/PendingSelection.cpp
@@ -1,6 +1,7 @@
/*
* Copyright (C) 1999 Lars Knoll (knoll@kde.org)
- * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights
+ * reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -107,9 +108,9 @@ void PendingSelection::commit(LayoutView& layoutView) {
if (!isSelectionInDocument(originalSelection, layoutView.document()))
return;
- // Construct a new VisibleSolution, since visibleSelection() is not necessarily
- // valid, and the following steps assume a valid selection.
- // See <https://bugs.webkit.org/show_bug.cgi?id=69563> and
+ // Construct a new VisibleSolution, since visibleSelection() is not
+ // necessarily valid, and the following steps assume a valid selection. See
+ // <https://bugs.webkit.org/show_bug.cgi?id=69563> and
// <rdar://problem/10232866>.
const VisibleSelectionInFlatTree& selection =
calcVisibleSelection(originalSelection);

Powered by Google App Engine
This is Rietveld 408576698