| Index: sky/engine/web/WebDocument.cpp
|
| diff --git a/sky/engine/web/WebDocument.cpp b/sky/engine/web/WebDocument.cpp
|
| index 2c247d5771a63ca2c807657d190dbab5ef65fc26..0d3a7f9d9135c6704df0ee898d924133a345c4e3 100644
|
| --- a/sky/engine/web/WebDocument.cpp
|
| +++ b/sky/engine/web/WebDocument.cpp
|
| @@ -78,11 +78,6 @@ WebLocalFrame* WebDocument::frame() const
|
| return WebLocalFrameImpl::fromFrame(constUnwrap<Document>()->frame());
|
| }
|
|
|
| -WebElement WebDocument::documentElement() const
|
| -{
|
| - return WebElement(constUnwrap<Document>()->documentElement());
|
| -}
|
| -
|
| WebString WebDocument::title() const
|
| {
|
| return WebString(constUnwrap<Document>()->title());
|
|
|