Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index c6657e56e86690eb5dcf6fdad2d00174cf614e32..38fafd72e538d412d0ff71d55b66591a6a1c6094 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -481,6 +481,8 @@ public: |
TreeScope& treeScope() const { return *m_treeScope; } |
+ bool inActiveDocument() const; |
+ |
// Returns true if this node is associated with a document and is in its associated document's |
// node tree, false otherwise. |
bool inDocument() const |