| Index: sky/engine/web/WebLocalFrameImpl.cpp
|
| diff --git a/sky/engine/web/WebLocalFrameImpl.cpp b/sky/engine/web/WebLocalFrameImpl.cpp
|
| index 885be06432e7cc9ce53a66bf1e0a7696deb08ea7..923573ad4b39e46eaba3fb5276f597f81e7c212a 100644
|
| --- a/sky/engine/web/WebLocalFrameImpl.cpp
|
| +++ b/sky/engine/web/WebLocalFrameImpl.cpp
|
| @@ -683,14 +683,6 @@ bool WebLocalFrameImpl::selectionStartHasSpellingMarkerFor(int from, int length)
|
| return frame()->spellChecker().selectionStartHasSpellingMarkerFor(from, length);
|
| }
|
|
|
| -WebString WebLocalFrameImpl::layerTreeAsText(bool showDebugInfo) const
|
| -{
|
| - if (!frame())
|
| - return WebString();
|
| -
|
| - return WebString(frame()->layerTreeAsText(showDebugInfo ? LayerTreeIncludesDebugInfo : LayerTreeNormal));
|
| -}
|
| -
|
| // WebLocalFrameImpl public ---------------------------------------------------------
|
|
|
| WebLocalFrame* WebLocalFrame::create(WebFrameClient* client)
|
|
|