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..a526278617bfc4a1bcb8d99d24d607eb87488ed8 100644 |
--- a/third_party/WebKit/Source/core/dom/Range.h |
+++ b/third_party/WebKit/Source/core/dom/Range.h |
@@ -207,6 +207,7 @@ class CORE_EXPORT Range final : public GarbageCollected<Range>, |
Node* clonedContainer, |
Node* commonRoot, |
ExceptionState&); |
+ void updateSelectionIfAddedToSelection(); |
Member<Document> m_ownerDocument; // Cannot be null. |
RangeBoundaryPoint m_start; |