Index: Source/web/WebSettingsImpl.cpp |
diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp |
index 7a1be65d8d2fb74ec6d24f7229974a14162bd650..3ced6e41364a86463125700f9f4220ad76d3df1b 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::V8CacheOptions>(options)); |
+} |
+ |
} // namespace blink |