| Index: third_party/WebKit/Source/core/dom/Range.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Range.h b/third_party/WebKit/Source/core/dom/Range.h
|
| index 7332da61496f1d49a830be3713cb612db72ba3a2..18bc278cd43c69ba6a620c5c81d999227144720d 100644
|
| --- a/third_party/WebKit/Source/core/dom/Range.h
|
| +++ b/third_party/WebKit/Source/core/dom/Range.h
|
| @@ -207,6 +207,8 @@ class CORE_EXPORT Range final : public GarbageCollected<Range>,
|
| Node* clonedContainer,
|
| Node* commonRoot,
|
| ExceptionState&);
|
| + void updateSelectionIfAddedToSelection();
|
| + void removeFromSelectionIfInDifferentRoot(Document& oldDocument);
|
|
|
| Member<Document> m_ownerDocument; // Cannot be null.
|
| RangeBoundaryPoint m_start;
|
|
|