Index: Source/core/frame/Settings.in |
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in |
index 489ae98907fce097eb2f1c52538f91cbc25d138d..3f8eb1ee236768aab90ce6a2c7cb8885a650e9e6 100644 |
--- a/Source/core/frame/Settings.in |
+++ b/Source/core/frame/Settings.in |
@@ -283,3 +283,7 @@ fullscreenSupported initial=true |
# for non-media elements. When set to true all the requests to enter fullscreen |
# on non-media elements will return an error. |
disallowFullscreenForNonMediaElements initial=false |
+ |
+# V8 supports different types of caching. Used by V8 bindings. |
+v8CacheOptions type=V8CacheOptions, initial=V8CacheOptionsOff |
+ |