| Index: sky/engine/web/WebLocalFrameImpl.cpp
|
| diff --git a/sky/engine/web/WebLocalFrameImpl.cpp b/sky/engine/web/WebLocalFrameImpl.cpp
|
| index 9ad8d129aaaff271066e7caedc28fc5a33cb7336..b0a31724e4ffeedd3f8af985a27c86725f9d4469 100644
|
| --- a/sky/engine/web/WebLocalFrameImpl.cpp
|
| +++ b/sky/engine/web/WebLocalFrameImpl.cpp
|
| @@ -665,16 +665,6 @@ WebString WebLocalFrameImpl::renderTreeAsText(RenderAsTextControls toShow) const
|
| return externalRepresentation(frame(), behavior);
|
| }
|
|
|
| -WebString WebLocalFrameImpl::markerTextForListItem(const WebElement& webElement) const
|
| -{
|
| - return WebString();
|
| -}
|
| -
|
| -WebRect WebLocalFrameImpl::selectionBoundsRect() const
|
| -{
|
| - return hasSelection() ? WebRect(IntRect(frame()->selection().bounds(false))) : WebRect();
|
| -}
|
| -
|
| bool WebLocalFrameImpl::selectionStartHasSpellingMarkerFor(int from, int length) const
|
| {
|
| if (!frame())
|
|
|