| 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 ad93efd1515c8836ad3e4d1ae3ca50384e067651..badd4619a553cfc8ecdd294ee1c187a83146d51f 100644
|
| --- a/third_party/WebKit/Source/core/dom/Range.h
|
| +++ b/third_party/WebKit/Source/core/dom/Range.h
|
| @@ -64,7 +64,7 @@ public:
|
| int endOffset() const { return m_end.offset(); }
|
|
|
| bool collapsed() const { return m_start == m_end; }
|
| - bool inShadowIncludingDocument() const;
|
| + bool isConnected() const;
|
|
|
| Node* commonAncestorContainer() const;
|
| static Node* commonAncestorContainer(const Node* containerA, const Node* containerB);
|
|
|