| 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 6e3f3b28a565a8a1e414f85c862f1f8b7ab0c327..af34aed952bfc65a971d899cdb3158a629233e34 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -223,6 +223,8 @@ public:
|
| Node* pseudoAwareFirstChild() const;
|
| Node* pseudoAwareLastChild() const;
|
|
|
| + Node* retarget(const Node& target) const;
|
| +
|
| const KURL& baseURI() const;
|
|
|
| RawPtr<Node> insertBefore(RawPtr<Node> newChild, Node* refChild, ExceptionState& = ASSERT_NO_EXCEPTION);
|
|
|