| Index: Source/core/frame/Settings.in
|
| diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in
|
| index 489ae98907fce097eb2f1c52538f91cbc25d138d..23f5c443d51a190400e5cc5b6bf8a1165bf0446a 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=V8CacheOptionsType
|
| +
|
|
|