summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/Node.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/Node.h')
-rw-r--r--WebCore/dom/Node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/dom/Node.h b/WebCore/dom/Node.h
index 17c1580..45a8488 100644
--- a/WebCore/dom/Node.h
+++ b/WebCore/dom/Node.h
@@ -385,6 +385,7 @@ public:
void checkSetPrefix(const AtomicString& prefix, ExceptionCode&);
bool isDescendantOf(const Node*) const;
bool contains(const Node*) const;
+ bool containsIncludingShadowDOM(Node*);
// This method is used to do strict error-checking when adding children via
// the public DOM API (e.g., appendChild()).