Index: WebCore/dom/Node.h |
=================================================================== |
--- WebCore/dom/Node.h (revision 73270) |
+++ WebCore/dom/Node.h (working copy) |
@@ -385,6 +385,7 @@ |
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()). |