| Index: third_party/WebKit/Source/core/editing/DOMSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/DOMSelection.h b/third_party/WebKit/Source/core/editing/DOMSelection.h
|
| index 5492117eb97f8eee59701f23a963d9f47cdb76ec..ec1a60b06218df7bed2d3fd6b8ce41de5c088165 100644
|
| --- a/third_party/WebKit/Source/core/editing/DOMSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/DOMSelection.h
|
| @@ -75,9 +75,9 @@ class CORE_EXPORT DOMSelection final : public GarbageCollected<DOMSelection>,
|
|
|
| // Mozilla Selection Object API
|
| // In Firefox, anchor/focus are the equal to the start/end of the selection,
|
| - // but reflect the direction in which the selection was made by the user. That does
|
| - // not mean that they are base/extent, since the base/extent don't reflect
|
| - // expansion.
|
| + // but reflect the direction in which the selection was made by the user. That
|
| + // does not mean that they are base/extent, since the base/extent don't
|
| + // reflect expansion.
|
| // These methods return the valid equivalents of internal editing positions.
|
| Node* anchorNode() const;
|
| int anchorOffset() const;
|
|
|