| Index: sky/engine/web/WebLocalFrameImpl.cpp
|
| diff --git a/sky/engine/web/WebLocalFrameImpl.cpp b/sky/engine/web/WebLocalFrameImpl.cpp
|
| index 9ad8d129aaaff271066e7caedc28fc5a33cb7336..19c5777babcc8e9d30c43e2a1e9891e67a088a37 100644
|
| --- a/sky/engine/web/WebLocalFrameImpl.cpp
|
| +++ b/sky/engine/web/WebLocalFrameImpl.cpp
|
| @@ -648,13 +648,6 @@ WebString WebLocalFrameImpl::contentAsText(size_t maxChars) const
|
| return text.toString();
|
| }
|
|
|
| -WebString WebLocalFrameImpl::contentAsMarkup() const
|
| -{
|
| - if (!frame())
|
| - return WebString();
|
| - return createMarkup(frame()->document());
|
| -}
|
| -
|
| WebString WebLocalFrameImpl::renderTreeAsText(RenderAsTextControls toShow) const
|
| {
|
| RenderAsTextBehavior behavior = RenderAsTextBehaviorNormal;
|
|
|