| 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 77c1ff754fa52b8dde5fb53b5f0e6b9aba9f81f8..7e0b0dce6f2b1fd3606865c1153d4941370206fb 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -208,7 +208,6 @@ public:
|
| Node* getRootNode(const GetRootNodeOptions&) const;
|
| Node& treeRoot() const;
|
| Node& shadowIncludingRoot() const;
|
| - bool isUnclosedNodeOf(const Node&) const;
|
|
|
| void prepend(const HeapVector<NodeOrString>&, ExceptionState&);
|
| void append(const HeapVector<NodeOrString>&, ExceptionState&);
|
|
|