Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1340)

Unified Diff: Source/web/WebSettingsImpl.cpp

Issue 432273004: Implement Blink-side changes to enable V8 code caching. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/web/WebSettingsImpl.cpp
diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
index 07803b4746f24e260fddb01a3f572a4368f8f76e..d3dd3ec9c8df8ef5121e0633568fdf5c3941a68f 100644
--- a/Source/web/WebSettingsImpl.cpp
+++ b/Source/web/WebSettingsImpl.cpp
@@ -695,4 +695,9 @@ void WebSettingsImpl::setMainFrameResizesAreOrientationChanges(bool enabled)
m_mainFrameResizesAreOrientationChanges = enabled;
}
+void WebSettingsImpl::setV8CacheOptions(const WebString& options)
+{
+ m_settings->setV8CacheOptions(options);
+}
+
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698