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 55bb344c0133a4fd17104f43a0b39a579ff551d9..8c5368ffca262c8996d89785567a8a53b8ade6a2 100644 |
--- a/third_party/WebKit/Source/core/dom/Node.h |
+++ b/third_party/WebKit/Source/core/dom/Node.h |
@@ -198,7 +198,6 @@ class CORE_EXPORT Node : public EventTarget { |
Node* firstChild() const; |
Node* lastChild() const; |
Node* getRootNode(const GetRootNodeOptions&) const; |
- Text* nextTextSibling() const; |
Node& treeRoot() const; |
Node& shadowIncludingRoot() const; |
// closed-shadow-hidden is defined at |