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