| 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 9619fffe1eb862ea8199fca0d34e972e1f98c030..87059355e6260fb76cef84b118e2d94aa56bf211 100644
|
| --- a/third_party/WebKit/Source/core/dom/Range.h
|
| +++ b/third_party/WebKit/Source/core/dom/Range.h
|
| @@ -65,7 +65,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);
|
|
|