| 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);
|
|
|