| Index: sky/engine/web/WebDocument.cpp
|
| diff --git a/sky/engine/web/WebDocument.cpp b/sky/engine/web/WebDocument.cpp
|
| index 6c85b40ae9d63e33b0b2da7bfa7cd4fc9c753add..1580c0517dc95dee1baefed391d1f7879e479984 100644
|
| --- a/sky/engine/web/WebDocument.cpp
|
| +++ b/sky/engine/web/WebDocument.cpp
|
| @@ -82,11 +82,6 @@ WebLocalFrame* WebDocument::frame() const
|
| return WebLocalFrameImpl::fromFrame(constUnwrap<Document>()->frame());
|
| }
|
|
|
| -bool WebDocument::isHTMLDocument() const
|
| -{
|
| - return constUnwrap<Document>()->isHTMLDocument();
|
| -}
|
| -
|
| WebElement WebDocument::documentElement() const
|
| {
|
| return WebElement(constUnwrap<Document>()->documentElement());
|
|
|