| Index: Source/web/WebSettingsImpl.cpp
|
| diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
|
| index 7a1be65d8d2fb74ec6d24f7229974a14162bd650..271feab633bbbd2b72b6cf6adfc4fe96c9744b9d 100644
|
| --- a/Source/web/WebSettingsImpl.cpp
|
| +++ b/Source/web/WebSettingsImpl.cpp
|
| @@ -695,4 +695,9 @@ void WebSettingsImpl::setDisallowFullscreenForNonMediaElements(bool enabled)
|
| m_settings->setDisallowFullscreenForNonMediaElements(enabled);
|
| }
|
|
|
| +void WebSettingsImpl::setV8CacheOptions(V8CacheOptions options)
|
| +{
|
| + m_settings->setV8CacheOptions(static_cast<blink::V8CacheOptionsType>(options));
|
| +}
|
| +
|
| } // namespace blink
|
|
|