| Index: Source/web/WebDocument.cpp
|
| diff --git a/Source/web/WebDocument.cpp b/Source/web/WebDocument.cpp
|
| index 9e8daf636ef11da8aa23ec219d03dcee986b1d35..1b69b3f8b0a6b37562b2b77d67f64f7b22198fde 100644
|
| --- a/Source/web/WebDocument.cpp
|
| +++ b/Source/web/WebDocument.cpp
|
| @@ -196,11 +196,6 @@ WebElement WebDocument::getElementById(const WebString& id) const
|
| return WebElement(constUnwrap<Document>()->getElementById(id));
|
| }
|
|
|
| -WebNode WebDocument::focusedNode() const
|
| -{
|
| - return WebNode(constUnwrap<Document>()->focusedElement());
|
| -}
|
| -
|
| WebElement WebDocument::focusedElement() const
|
| {
|
| return WebElement(constUnwrap<Document>()->focusedElement());
|
|
|