| 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 f6db2360d32c1765d9d635b3f295ff60379fe1e9..295565840782f37a5314ca24455dd1d6858f541e 100644
|
| --- a/third_party/WebKit/Source/core/dom/Range.h
|
| +++ b/third_party/WebKit/Source/core/dom/Range.h
|
| @@ -86,7 +86,6 @@ class CORE_EXPORT Range final : public GarbageCollected<Range>,
|
| unsigned offset,
|
| ExceptionState& = ASSERT_NO_EXCEPTION);
|
| void collapse(bool toStart);
|
| - bool isNodeFullyContained(Node&) const;
|
| bool isPointInRange(Node* refNode, unsigned offset, ExceptionState&) const;
|
| short comparePoint(Node* refNode, unsigned offset, ExceptionState&) const;
|
| enum CompareResults {
|
|
|