Index: third_party/WebKit/Source/core/dom/Node.h |
diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h |
index fedf63e639b20271dd49a9d7fb12d86cfa38f785..6d213b508db364bcc8fd4853fcf39254a616854b 100644 |
--- a/third_party/WebKit/Source/core/dom/Node.h |
+++ b/third_party/WebKit/Source/core/dom/Node.h |
@@ -203,6 +203,7 @@ public: |
Node* lastChild() const; |
Node& treeRoot() const; |
Node& shadowIncludingRoot() const; |
+ bool isUnclosedNodeOf(const Node&) const; |
void prepend(const HeapVector<NodeOrString>&, ExceptionState&); |
void append(const HeapVector<NodeOrString>&, ExceptionState&); |