diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-10-12 09:27:10 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-10-12 09:27:10 -0400 |
| commit | c0f61009219020c701ab7e11f2f56cd18ae4fcde (patch) | |
| tree | f6981895bf85fc4faeb5cf9501dbfddbada357ac /static/features.html | |
| parent | 3366b4fbc72189967740fae03b0f3085b9dc3b40 (diff) | |
fix case for V8
Diffstat (limited to 'static/features.html')
| -rw-r--r-- | static/features.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/features.html b/static/features.html index 3dc400d1..e84d159b 100644 --- a/static/features.html +++ b/static/features.html @@ -405,7 +405,7 @@ </li> <li>Android Runtime Just-In-Time (JIT) compilation/profiling is fully disabled and replaced with full ahead-of-time (AOT) compilation. The - only JIT compilation in the base OS is the v8 JavaScript JIT which is + only JIT compilation in the base OS is the V8 JavaScript JIT which is disabled by default for the Vanadium browser with per-site exception support.</li> <li>Prevention of dynamic native code execution via either memory or |
