Chromium Code Reviews| Index: Source/core/dom/Node.h |
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
| index b1c117d9b4f32fec930d7af891640a83cc8962e9..463adb0945a41ea454428388786e86906412b112 100644 |
| --- a/Source/core/dom/Node.h |
| +++ b/Source/core/dom/Node.h |
| @@ -678,6 +678,8 @@ public: |
| void updateAncestorConnectedSubframeCountForRemoval() const; |
| void updateAncestorConnectedSubframeCountForInsertion() const; |
| + bool canReach(const Node*) const; |
| + |
| private: |
| enum NodeFlags { |
| IsTextFlag = 1, |