| Index: Source/web/WebSettingsImpl.cpp
|
| diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
|
| index 92b11bbc7668c110e0c6253ad030b3ec96dd015b..8de095de6fd9c1e4370cd4a2a2cc07a0a672d919 100644
|
| --- a/Source/web/WebSettingsImpl.cpp
|
| +++ b/Source/web/WebSettingsImpl.cpp
|
| @@ -344,6 +344,11 @@
|
| m_settings->setTextAreasAreResizable(areResizable);
|
| }
|
|
|
| +void WebSettingsImpl::setJavaEnabled(bool enabled)
|
| +{
|
| + m_settings->setJavaEnabled(enabled);
|
| +}
|
| +
|
| void WebSettingsImpl::setAllowScriptsToCloseWindows(bool allow)
|
| {
|
| m_settings->setAllowScriptsToCloseWindows(allow);
|
|
|