| 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(
|
|
|