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

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

Issue 1858163002: Rename inDocument() to inShadowIncludingDocument() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 9dafd6d55de5e57115f5c8ac9b43ea4df41af182..80670dccbae93b80c960c8db11bffb6f78ecd3ce 100644
--- a/third_party/WebKit/Source/core/dom/Range.h
+++ b/third_party/WebKit/Source/core/dom/Range.h
@@ -73,7 +73,7 @@ public:
int endOffset() const { return m_end.offset(); }
bool collapsed() const { return m_start == m_end; }
- bool inDocument() const;
+ bool inShadowIncludingDocument() const;
Node* commonAncestorContainer() const;
static Node* commonAncestorContainer(const Node* containerA, const Node* containerB);

Powered by Google App Engine
This is Rietveld 408576698