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

Unified Diff: third_party/WebKit/Source/core/editing/DOMSelection.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/DOMSelection.cpp
diff --git a/third_party/WebKit/Source/core/editing/DOMSelection.cpp b/third_party/WebKit/Source/core/editing/DOMSelection.cpp
index 4b379b6c1f203194c4aed59ce1d5689f9d86a0f6..e67f81be07fa1e42a38d9b9d55a68e8ecacba91b 100644
--- a/third_party/WebKit/Source/core/editing/DOMSelection.cpp
+++ b/third_party/WebKit/Source/core/editing/DOMSelection.cpp
@@ -494,9 +494,11 @@ void DOMSelection::addRange(Range* newRange) {
return;
}
- // FIXME: "Merge the ranges if they intersect" is Blink-specific behavior; other browsers supporting discontiguous
- // selection (obviously) keep each Range added and return it in getRangeAt(). But it's unclear if we can really
- // do the same, since we don't support discontiguous selection. Further discussions at
+ // FIXME: "Merge the ranges if they intersect" is Blink-specific behavior;
+ // other browsers supporting discontiguous selection (obviously) keep each
+ // Range added and return it in getRangeAt(). But it's unclear if we can
+ // really do the same, since we don't support discontiguous selection. Further
+ // discussions at
// <https://code.google.com/p/chromium/issues/detail?id=353069>.
Range* start = originalRange->compareBoundaryPoints(
« no previous file with comments | « third_party/WebKit/Source/core/editing/DOMSelection.h ('k') | third_party/WebKit/Source/core/editing/DragCaretController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698