| Index: Source/web/WebSettingsImpl.cpp
|
| diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
|
| index f39df1c69d55c2163d2e0ef0d4e6f6fa596eafb0..e5aa108161903dbb8f68be8225e68d3d95021034 100644
|
| --- a/Source/web/WebSettingsImpl.cpp
|
| +++ b/Source/web/WebSettingsImpl.cpp
|
| @@ -351,10 +351,7 @@ void WebSettingsImpl::setMaxTouchPoints(int maxTouchPoints)
|
|
|
| void WebSettingsImpl::setEditableLinkBehaviorNeverLive()
|
| {
|
| - // FIXME: If you ever need more behaviors than this, then we should probably
|
| - // define an enum in WebSettings.h and have a switch statement that
|
| - // translates. Until then, this is probably fine, though.
|
| - m_settings->setEditableLinkBehavior(WebCore::EditableLinkNeverLive);
|
| + // FIXME: remove once Chromium call site goes away
|
| }
|
|
|
| void WebSettingsImpl::setAllowUniversalAccessFromFileURLs(bool allow)
|
|
|