fix: enable and update osr (#16517)

* fix: enable OSR

* fix some macos errors

* fix client reset not in guard

* fix things not rendering on mac
This commit is contained in:
Shelley Vohr 2019-01-30 09:33:32 -08:00 committed by GitHub
parent 6e131f2121
commit c7677b23e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 117 additions and 141 deletions

View file

@ -8,7 +8,7 @@ declare_args() {
# Allow running Electron as a node binary.
enable_run_as_node = true
enable_osr = false
enable_osr = true
enable_view_api = false