Chromium Code Reviews| Index: Source/core/dom/TreeScope.h |
| diff --git a/Source/core/dom/TreeScope.h b/Source/core/dom/TreeScope.h |
| index 0d04f8873bfde7c0dc4d29a500e3d20a0b266153..ef5b678c22ba5e3d907606a39b1e8bf15efb4120 100644 |
| --- a/Source/core/dom/TreeScope.h |
| +++ b/Source/core/dom/TreeScope.h |
| @@ -127,6 +127,8 @@ public: |
| void removedLastRefToScope(); |
| + bool isInclusiveAncestorOf(const TreeScope*) const; |
| + |
| protected: |
| TreeScope(ContainerNode*, Document*); |
| TreeScope(Document*); |