| Index: Source/core/dom/Range.h
|
| diff --git a/Source/core/dom/Range.h b/Source/core/dom/Range.h
|
| index f8284d847de06826ec054a3714f95e375b0dfd7b..bb0f769176188a0d54de33ed3dabf43b39608e5b 100644
|
| --- a/Source/core/dom/Range.h
|
| +++ b/Source/core/dom/Range.h
|
| @@ -132,6 +132,7 @@ public:
|
| void didRemoveText(Node*, unsigned offset, unsigned length);
|
| void didMergeTextNodes(const NodeWithIndex& oldNode, unsigned offset);
|
| void didSplitTextNode(Text& oldNode);
|
| + void updateOwnerDocumentIfNeeded();
|
|
|
| // Expand range to a unit (word or sentence or block or document) boundary.
|
| // Please refer to https://bugs.webkit.org/show_bug.cgi?id=27632 comment #5
|
|
|