| Index: Source/web/WebViewImpl.cpp
|
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
|
| index 29bedfed385f4fade1598571b65a6635de499ce3..a13a00c1f5328cf08572e2cc2291c1776e3e1df8 100644
|
| --- a/Source/web/WebViewImpl.cpp
|
| +++ b/Source/web/WebViewImpl.cpp
|
| @@ -2290,13 +2290,6 @@ void WebViewImpl::extendSelectionAndDelete(int before, int after)
|
| focused->inputMethodController().extendSelectionAndDelete(before, after);
|
| }
|
|
|
| -bool WebViewImpl::isSelectionEditable() const
|
| -{
|
| - if (const LocalFrame* frame = focusedWebCoreFrame())
|
| - return frame->selection().isContentEditable();
|
| - return false;
|
| -}
|
| -
|
| WebColor WebViewImpl::backgroundColor() const
|
| {
|
| if (isTransparent())
|
|
|