Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Unified Diff: third_party/WebKit/Source/core/dom/Range.h

Issue 2786573002: Use EphemeralRange instead of Range in Range::isNodeFullyContainded (Closed)
Patch Set: update Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698