| 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 5e6f9ec6a79c2f407f85c58fb3cf57cee1084dec..c30e0e62b2dc8b74f19ba6f7f1da902f5aead44f 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);
|
|
|