Index: Source/web/WebSettingsImpl.cpp |
diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp |
index 426968f1c1e460f41b2b82c6605f49e76464ef6d..2aa04457026573513b33ad6fc98ad1b02933e87f 100644 |
--- a/Source/web/WebSettingsImpl.cpp |
+++ b/Source/web/WebSettingsImpl.cpp |
@@ -727,4 +727,9 @@ void WebSettingsImpl::setV8CacheOptions(V8CacheOptions options) |
m_settings->setV8CacheOptions(static_cast<blink::V8CacheOptions>(options)); |
} |
+void WebSettingsImpl::setV8ScriptStreamingEnabled(bool enabled) |
+{ |
+ m_settings->setV8ScriptStreamingEnabled(enabled); |
+} |
+ |
} // namespace blink |