Merge pull request #10620 from electron/v8-promise-field
Update libchromiumcontent to fix crash in Node
This commit is contained in:
commit
18589a498c
2 changed files with 3 additions and 1 deletions
|
@ -94,6 +94,8 @@
|
|||
'defines': [
|
||||
# Needed by gin:
|
||||
'V8_USE_EXTERNAL_STARTUP_DATA',
|
||||
# Special configuration for node:
|
||||
'V8_PROMISE_INTERNAL_FIELD_COUNT=1',
|
||||
# From skia_for_chromium_defines.gypi:
|
||||
'SK_SUPPORT_LEGACY_GETTOPDEVICE',
|
||||
'SK_SUPPORT_LEGACY_BITMAP_CONFIG',
|
||||
|
|
2
vendor/libchromiumcontent
vendored
2
vendor/libchromiumcontent
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 7cdb1748f625e88c306ce81ad319377293789649
|
||||
Subproject commit f9506cc6fbe41615386d5cebd80bfcb4387101fe
|
Loading…
Add table
Add a link
Reference in a new issue