Chromium Code Reviews| Index: sky/engine/core/dom/Node.h |
| diff --git a/sky/engine/core/dom/Node.h b/sky/engine/core/dom/Node.h |
| index d373c8c2a7fdfb9045d15eba1d9ddbb81b056fee..0d5829b02a59fee6951dc4555d1a602dec5a1d00 100644 |
| --- a/sky/engine/core/dom/Node.h |
| +++ b/sky/engine/core/dom/Node.h |
| @@ -351,6 +351,8 @@ public: |
| return *m_treeScope; |
| } |
| + ContainerNode* ownerScope() const; |
| + |
| bool inActiveDocument() const; |
| // Returns true if this node is associated with a document and is in its associated document's |