| Index: Source/web/WebSettingsImpl.cpp
|
| diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
|
| index 7e2188f734376b4a23cb499aea0d051ccf987b55..0998362f27119e86607a168de76634466a237e76 100644
|
| --- a/Source/web/WebSettingsImpl.cpp
|
| +++ b/Source/web/WebSettingsImpl.cpp
|
| @@ -722,11 +722,6 @@ void WebSettingsImpl::setMainFrameResizesAreOrientationChanges(bool enabled)
|
| m_mainFrameResizesAreOrientationChanges = enabled;
|
| }
|
|
|
| -void WebSettingsImpl::setDisallowFullscreenForNonMediaElements(bool enabled)
|
| -{
|
| - m_settings->setDisallowFullscreenForNonMediaElements(enabled);
|
| -}
|
| -
|
| void WebSettingsImpl::setV8CacheOptions(V8CacheOptions options)
|
| {
|
| m_settings->setV8CacheOptions(static_cast<blink::V8CacheOptions>(options));
|
|
|