| Index: third_party/WebKit/Source/core/dom/TreeScope.h
|
| diff --git a/third_party/WebKit/Source/core/dom/TreeScope.h b/third_party/WebKit/Source/core/dom/TreeScope.h
|
| index 93fcd0a5ac660828ec5ed9b67e2e8f03ff579b6b..7feb664c14a90b1fff2ab8c0c0de328060d4d628 100644
|
| --- a/third_party/WebKit/Source/core/dom/TreeScope.h
|
| +++ b/third_party/WebKit/Source/core/dom/TreeScope.h
|
| @@ -90,6 +90,8 @@ public:
|
|
|
| DOMSelection* getSelection() const;
|
|
|
| + Element* retarget(const Element& target) const;
|
| +
|
| // Find first anchor with the given name.
|
| // First searches for an element with the given ID, but if that fails, then looks
|
| // for an anchor with the given name. ID matching is always case sensitive, but
|
|
|